Add editorconfig

Provide a basic editorconfig file with this repository's defaults.
master
Bennett Goble 2024-05-01 08:22:19 -07:00
parent f886a438ed
commit c785a0e955
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.{yml,yaml}]
indent_size = 2