Are there any code formatters that prioritize #accessibility by default?
They must use tab indents, unless the language lacks support (for example Yaml)

@nickm

Yeah, but that was one of the selling points of #yaml. Ek love indentation and always use it. Even when writing embedded code.

@Stark9837 I'm referring to Yaml not supporting tab indents to be clear. It's an unfortunate design decision as it's the perfect character to represent indent level.

@nickm

That's what makes #VSCode great. You get #extentions for everything. I think there are extentions that format #yaml to be more readable on a visual level without compromising the actual file. Allowing it to be shared and used normally. Check it out, I use VSCode to manage and read many different serialized file types.

@Stark9837 I also use VSCode, but I don't believe it solves Yaml's indent accessibility problems, as it can't rewrite characters for accessibility tools