Skip to content

Commit

Permalink
Adds .editorconfig(formatting and code style settings for VS and othe…
Browse files Browse the repository at this point in the history
…r editors). Fixes code indentation and other typos.
  • Loading branch information
NeoAnomaly committed Mar 14, 2018
1 parent 4a0d27b commit 8380d87
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 182 deletions.
7 changes: 7 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# top-most EditorConfig file
root = true

# 4 space indentation
[*.{cpp,h,hpp}]
indent_style = space
indent_size = 4
Loading

0 comments on commit 8380d87

Please sign in to comment.