21 lines
415 B
INI
21 lines
415 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
tab_width = 4
|
|
|
|
[{*.cjs,*.es6,*.js,*.mjs}]
|
|
indent_size = 2
|
|
ij_continuation_indent_size = 4
|
|
ij_javascript_spaces_within_imports = true
|
|
ij_javascript_spaces_within_array_initializer_brackets = true
|
|
ij_javascript_spaces_within_object_literal_braces = true
|
|
|
|
[*.html]
|
|
indent_size = 2
|