md/.editorconfig

6 lines
121 B
INI
Raw Normal View History

2020-01-13 22:16:04 +08:00
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
2020-05-02 11:51:50 +08:00
indent_size = 4
2020-01-13 22:16:04 +08:00
trim_trailing_whitespace = true
insert_final_newline = true