2017-06-10 22:32:56 +02: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 15:59:30 +02:00
|
|
|
[*.ts]
|
|
|
|
quote_type = single
|
2021-04-18 15:48:35 +02: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 15:59:30 +02:00
|
|
|
|
2017-06-10 22:32:56 +02:00
|
|
|
[*.md]
|
|
|
|
max_line_length = off
|
|
|
|
trim_trailing_whitespace = false
|