chore: Add `.editorconfig` (#188)

This commit is contained in:
ExE Boss 2019-09-08 15:38:25 +02:00 committed by Rob Wu
parent 3929b9f760
commit 04a9e3a223
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{eslintrc,html,js,json,md}]
indent_style = space
indent_size = 2