Add editorconfig

pull/1/head
sixtus 2021-06-21 22:14:29 +02:00
parent c13c6167b2
commit 4df642be0f
1 changed files with 17 additions and 0 deletions

17
.editorconfig Normal file
View File

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