mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 12:04:28 +02:00
Refactor code formatting settings
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = false
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
tab_width = 4
|
||||
ij_continuation_indent_size = 8
|
||||
@@ -193,7 +195,7 @@ ij_typescript_ternary_operation_signs_on_next_line = true
|
||||
ij_typescript_ternary_operation_wrap = normal
|
||||
ij_typescript_union_types_wrap = normal
|
||||
ij_typescript_use_chained_calls_group_indents = true
|
||||
ij_typescript_use_double_quotes = true
|
||||
ij_typescript_use_double_quotes = false
|
||||
ij_typescript_use_explicit_js_extension = auto
|
||||
ij_typescript_use_import_type = auto
|
||||
ij_typescript_use_path_mapping = always
|
||||
|
Reference in New Issue
Block a user