Skip to content

Commit

Permalink
Add: Include basic .editorconfig file to help enforce tab style (#6707)
Browse files Browse the repository at this point in the history
  • Loading branch information
orudge committed Apr 12, 2018
1 parent e47f646 commit 3701b86
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true

[*.{c,cpp,h,hpp}]
indent_style = tab
charset = utf-8

0 comments on commit 3701b86

Please sign in to comment.