mdb-ui-kit/.editorconfig

16 lines
226 B
INI
Raw Normal View History

2014-10-05 12:20:47 +04:00
root = true
[*]
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 4
[*.json]
indent_style = space
indent_size = 4
[*.less]
indent_style = space
indent_size = 4
[*.sass]
indent_style = space
indent_size = 4