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

save_ext
Owen Rudge 6 years ago committed by GitHub
parent e47f646cb3
commit 3701b8685a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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