chore(conf): adds .editorconfig

This commit is contained in:
Gareth Flowers 2022-03-19 23:26:51 +00:00
parent c93a484e86
commit 1b1931ff4d
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

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