chore(): adds editorconfig

This commit is contained in:
Gareth Flowers
2019-10-16 17:02:53 +01:00
committed by GitHub
parent 0a0a7ddc9b
commit 8e053b39f3

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