Add .editorconfig file from Mod Organizer repo

This commit is contained in:
AnyOldName3
2020-06-25 18:33:29 +01:00
parent 9254876c84
commit 3e2d9c9da4
+16
View File
@@ -0,0 +1,16 @@
root = true
[*.cpp]
indent_style = space
indent_size = 2
insert_final_newline = true
[*.h]
indent_style = space
indent_size = 2
insert_final_newline = true
[*.ui]
indent_style = space
indent_size = 2
insert_final_newline = true