The code base would benefit from consistent text file formatting:
- Line break style (LF)
- No trailing white space
- U+0020 SPACE for indentation
- etc.
These are fundamental text style settings that can be made explicit with an EditorConfig settings file, and altering each existing file to conform to that.
The code base would benefit from consistent text file formatting:
These are fundamental text style settings that can be made explicit with an EditorConfig settings file, and altering each existing file to conform to that.