Files
iD/.editorconfig
T
2019-01-30 23:40:17 -05: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