1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 17:15:32 +00:00

Add an EditorConfig file

This commit is contained in:
AnyOldName3 2017-08-19 18:28:40 +01:00
parent 2611377081
commit f3361ed085

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*.cpp]
indent_style = space
indent_size = 4
insert_final_newline = true
[*.hpp]
indent_style = space
indent_size = 4
insert_final_newline = true