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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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