editorconfig: add

pull/46/head
Sumner Evans 2021-11-16 10:37:13 -07:00
parent 25fd8bcfff
commit 8d934283ad
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

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