Add: Include basic .editorconfig file to help enforce tab style (#6707)

This commit is contained in:
Owen Rudge 2018-04-12 21:14:23 +01:00 committed by GitHub
parent e47f646cb3
commit 3701b8685a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,cpp,h,hpp}]
indent_style = tab
charset = utf-8