Editors and IDEs/plugins-extensions/beautify
Jump to navigation
Jump to search
Beautify
For beautifiers, I have 2 simple recommendations:
- 1) use one
- 2) use one that integrates with your IDE or CI process.
I don't recommend any plugin or CI tooling in particular, as they have varying success with different languages.
Search your chosen ecosystem to "beatify" whatever language(s) you're using.
In any language where white space is not part of the syntax, the white space in your code is at the risk of becoming illegible.
Luckily, much of our formatting problems can be solved procedurally, and the community has provided us with the tools to do it automatically.