scummvm/.editorconfig
Eugene Sandulenko d366f97331 ALL: Add .editorconfig with our tab specification.
GitHub, particuarly, honors this file and displays the tabs accordingly.
2019-12-29 11:40:47 +01:00

6 lines
99 B
INI

[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true