2017-06-11 04:32:56 +08:00
|
|
|
# Editor configuration, see http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2021-04-11 21:59:30 +08:00
|
|
|
[*.ts]
|
|
|
|
quote_type = single
|
2021-04-18 21:48:35 +08:00
|
|
|
ij_typescript_prefer_as_type_cast = true
|
|
|
|
ij_typescript_prefer_explicit_types_function_returns = true
|
|
|
|
ij_typescript_prefer_explicit_types_function_expression_returns = true
|
|
|
|
|
2021-04-11 21:59:30 +08:00
|
|
|
|
2017-06-11 04:32:56 +08:00
|
|
|
[*.md]
|
|
|
|
max_line_length = off
|
|
|
|
trim_trailing_whitespace = false
|