25 lines
329 B
INI
25 lines
329 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{json,yml,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.vue]
|
|
indent_size = 2
|
|
|
|
[*.{js,ts,tsx,jsx}]
|
|
indent_size = 2
|
|
|
|
[*.{css,scss,sass,less}]
|
|
indent_size = 2
|