18 lines
401 B
INI
18 lines
401 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = crlf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = false
|
|
max_line_length = 120
|
|
tab_width = 4
|
|
|
|
[*.vue]
|
|
indent_size = 2
|
|
tab_width = 2
|
|
|
|
[{*.har,*.jsb2,*.jsb3,*.json,*.jsonc,*.postman_collection,*.postman_collection.json,*.postman_environment,*.postman_environment.json,.babelrc,.eslintrc,.stylelintrc,.ws-context,jest.config}]
|
|
indent_size = 2
|