2021-12-20 16:06:03 +08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
ij_any_block_comment_at_first_column = false
|
|
|
|
ij_any_line_comment_at_first_column = false
|
2022-12-25 08:26:52 +08:00
|
|
|
ij_any_line_comment_add_space_on_reformat = true
|
2021-12-20 16:06:03 +08:00
|
|
|
ij_any_block_comment_add_space = true
|
2022-11-21 11:27:42 +08:00
|
|
|
max_line_length = 160
|
|
|
|
ij_visual_guides = 160
|
|
|
|
|
2021-12-20 16:06:03 +08:00
|
|
|
ij_sass_use_double_quotes = false
|
|
|
|
ij_html_quote_style = double
|
|
|
|
|
|
|
|
[*.java]
|
|
|
|
ij_java_insert_inner_class_imports = false
|
|
|
|
ij_java_use_fq_class_names = false
|
2022-12-25 08:26:52 +08:00
|
|
|
ij_java_use_single_class_imports = true
|
2021-12-20 16:06:03 +08:00
|
|
|
ij_java_class_count_to_use_import_on_demand = 99999
|
|
|
|
ij_java_names_count_to_use_import_on_demand = 99999
|
2022-12-25 08:26:52 +08:00
|
|
|
ij_java_keep_simple_lambdas_in_one_line = true
|
|
|
|
ij_java_keep_simple_classes_in_one_line = true
|
2022-06-21 15:21:03 +08:00
|
|
|
ij_java_imports_layout = *,|,$*
|
2022-12-28 02:46:24 +08:00
|
|
|
ij_java_layout_static_imports_separately = true
|
2022-11-21 11:27:42 +08:00
|
|
|
ij_java_generate_final_locals = true
|
|
|
|
ij_java_generate_final_parameters = true
|
|
|
|
ij_java_continuation_indent_size = 4
|
2022-12-28 02:53:12 +08:00
|
|
|
ij_java_record_components_wrap = on_every_item
|
2021-12-20 16:06:03 +08:00
|
|
|
|
2022-11-21 11:27:42 +08:00
|
|
|
[{*.yml, *.yaml}]
|
2022-07-29 19:41:46 +08:00
|
|
|
indent_size = 2
|
|
|
|
|
2021-12-20 16:06:03 +08:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|