@@ -14,15 +14,38 @@ indent_size = 4
1414[Makefile ]
1515indent_style = tab
1616
17- [* .yml ]
18- indent_size = 2
19-
20- [* .yaml ]
17+ [{* .yml,* .yaml} ]
2118indent_size = 2
2219
2320[* .conf ]
2421indent_size = 2
2522
2623[* .go ]
27- indent_style = tab
2824indent_size = 4
25+ indent_style = tab
26+ ij_continuation_indent_size = 4
27+ ij_go_GROUP_CURRENT_PROJECT_IMPORTS = true
28+ ij_go_add_leading_space_to_comments = true
29+ ij_go_add_parentheses_for_single_import = true
30+ ij_go_call_parameters_new_line_after_left_paren = true
31+ ij_go_call_parameters_right_paren_on_new_line = true
32+ ij_go_call_parameters_wrap = off
33+ ij_go_fill_paragraph_width = 80
34+ ij_go_group_stdlib_imports = true
35+ ij_go_import_sorting = goimports
36+ ij_go_keep_indents_on_empty_lines = false
37+ ij_go_local_group_mode = project
38+ ij_go_move_all_imports_in_one_declaration = true
39+ ij_go_move_all_stdlib_imports_in_one_group = true
40+ ij_go_remove_redundant_import_aliases = false
41+ ij_go_run_go_fmt_on_reformat = true
42+ ij_go_use_back_quotes_for_imports = false
43+ ij_go_wrap_comp_lit = off
44+ ij_go_wrap_comp_lit_newline_after_lbrace = true
45+ ij_go_wrap_comp_lit_newline_before_rbrace = true
46+ ij_go_wrap_func_params = off
47+ ij_go_wrap_func_params_newline_after_lparen = true
48+ ij_go_wrap_func_params_newline_before_rparen = true
49+ ij_go_wrap_func_result = off
50+ ij_go_wrap_func_result_newline_after_lparen = true
51+ ij_go_wrap_func_result_newline_before_rparen = true
0 commit comments