babel/.editorconfig
Sebastian McKenzie c97696c224 first commit
2014-09-28 23:39:22 +10:00

12 lines
166 B
INI

root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 2