24 lines
607 B
INI
24 lines
607 B
INI
# http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = off
|
|
|
|
ij_javascript_use_double_quotes = true
|
|
ij_javascript_force_semicolon_style = true
|
|
ij_javascript_spaces_within_object_type_braces = true
|
|
ij_javascript_spaces_within_object_literal_braces = true
|
|
|
|
ij_typescript_use_double_quotes = true
|
|
ij_typescript_force_semicolon_style = true
|
|
ij_typescript_spaces_within_object_type_braces = true
|
|
ij_typescript_spaces_within_object_literal_braces = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|