Other editors allow you to include a file called .editorconfig in a codebase that enforces styles rules (indentation, tab characters, new-line characters, and so on).
It would be nice to have something like that. Personally, I'd like to enforce:
- Convert tabs to space
- number of spaces per tab
- Automatically convert .uir to .tui
I'm sure there are many other possibilities.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.