add editorconfig

This commit is contained in:
Christopher A. Mosher 2022-11-02 23:41:41 -04:00
parent baa15ca8b0
commit db7b722eea
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
[*.yaml]
indent_size = 2