Cxbx-Reloaded/src/.editorconfig
RadWolfie ccff183600 Editorconfig second revision
* Apply only for src and resource directories.

With this setup, it should work as intended only for Cxbx-Reloaded's source code without affecting third-party projects.
2018-05-16 10:20:48 -05:00

7 lines
112 B
INI

root = true
[*]
indent_size = 4
trim_trailing_whitespace = true
end_of_line = crlf
insert_final_newline = true