Skip to content

Commit

Permalink
Added basic editorconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxoft committed Aug 6, 2019
1 parent e0c1b08 commit a0791c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# top-most EditorConfig file
root = true


[*.cpp]
indent_style = space
indent_size = 2

[*.h]
indent_style = space
indent_size = 2

0 comments on commit a0791c0

Please sign in to comment.