Add quick .editorconfig

Should limit obvious formatting woes until we get our .clang-format game 
together
This commit is contained in:
Ash Logan 2020-05-10 15:59:40 +10:00
parent 3f9be376d0
commit 157651309d
1 changed files with 17 additions and 0 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
# https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 3
[{Makefile,*/Makefile,*.mk,*_rules}]
indent_style = tab
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2