Files
iD/.editorconfig
2019-01-30 22:22:17 +00:00

13 lines
176 B
INI

root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = false
# for ESLint
[*.js]
end_of_line = lf
[*.{js,json,css,html}]
indent_style = space
indent_size = 4