scratch-storage/.editorconfig
Christopher Willis-Ford 8184fb9b14 Initial structure
2016-10-21 18:27:47 -07:00

15 lines
204 B
INI

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