Added .editorconfig to main repo to help keep some consistency of whitespace.

This commit is contained in:
Al12rs 2018-09-29 09:38:03 +02:00
parent 1a91174757
commit 3ccceb19e1

16
.editorconfig Normal file
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