Add EsLint and editorconfig #19

This commit is contained in:
koirand 2019-03-27 01:45:29 +09:00
parent 1967473dee
commit 5db7084b34
6 changed files with 1196 additions and 15 deletions

13
.editorconfig Normal file
View file

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