Merge pull request #82 from sfrankian/add-editorconfig

Add editorconfig
This commit is contained in:
Liyas Thomas
2019-08-28 18:06:20 +05:30
committed by GitHub
2 changed files with 11 additions and 1 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# https://editorconfig.org
root = true
[*]
indent_size = 2
indent_style = space
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

1
.gitignore vendored
View File

@@ -79,7 +79,6 @@ dist
# IDE / Editor
.idea
.editorconfig
# Service worker
sw.*