Add editor and eslint configs

This commit is contained in:
Tulir Asokan
2017-11-12 19:18:10 +02:00
parent 1587fa0913
commit 9db90d2d5c
4 changed files with 1441 additions and 14 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true