Skip to content

Commit

Permalink
Added .editorconfig to main repo to help keep some consistency of whi…
Browse files Browse the repository at this point in the history
…tespace.
  • Loading branch information
Al12rs committed Sep 29, 2018
1 parent 1a91174 commit 3ccceb1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ccceb1

Please sign in to comment.