scratch-storage/.editorconfig

16 lines
204 B
INI
Raw Normal View History

2016-10-20 19:03:45 -04:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
2016-10-21 21:27:47 -04:00
[*.json]
2016-10-20 19:03:45 -04:00
indent_style = space
2016-10-21 21:27:47 -04:00
indent_size = 2
2016-10-20 19:03:45 -04:00
2016-10-21 21:27:47 -04:00
[*.{js}]
indent_style = space