Files
ionic-framework/vue/.editorconfig
2018-12-04 16:13:55 -05:00

13 lines
193 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,vue,ts}]
charset = utf-8
indent_style = space
indent_size = 2
continuation_indent_size = 6