21 lines
289 B
INI
21 lines
289 B
INI
root = true
|
|
|
|
[*]
|
|
charset=utf-8
|
|
end_of_line=lf
|
|
insert_final_newline=false
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[{.eslintrc,.babelrc,.stylelintrc,*.json}]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.less]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.{js,jsx,ts,tsx,vue,html}]
|
|
indent_style=space
|
|
indent_size=2
|