scratch-desktop/.editorconfig
Christopher Willis-Ford 876f185f53 Initial commit
2018-09-06 11:20:27 -07:00

11 lines
162 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
[*.{js,html}]
indent_style = space