github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/.editorconfig (about)

     1  [*]
     2  end_of_line = lf
     3  charset = utf-8
     4  trim_trailing_whitespace = true
     5  insert_final_newline = true
     6  
     7  [*.go]
     8  indent_style = tab
     9  indent_size = 4
    10  ij_go_add_leading_space_to_comments = true
    11  ij_go_add_parentheses_for_single_import = false
    12  ij_go_call_parameters_new_line_after_left_paren = true
    13  ij_go_call_parameters_right_paren_on_new_line = true
    14  ij_go_call_parameters_wrap = off
    15  ij_go_fill_paragraph_width = 80
    16  ij_go_group_current_project_imports = true
    17  ij_go_group_stdlib_imports = true
    18  ij_go_import_sorting = gofmt
    19  ij_go_keep_indents_on_empty_lines = false
    20  ij_go_move_all_imports_in_one_declaration = true
    21  ij_go_move_all_stdlib_imports_in_one_group = true
    22  ij_go_remove_redundant_import_aliases = false
    23  ij_go_use_back_quotes_for_imports = false
    24  ij_go_wrap_comp_lit = off
    25  ij_go_wrap_comp_lit_newline_after_lbrace = true
    26  ij_go_wrap_comp_lit_newline_before_rbrace = true
    27  ij_go_wrap_func_params = off
    28  ij_go_wrap_func_params_newline_after_lparen = true
    29  ij_go_wrap_func_params_newline_before_rparen = true
    30  ij_go_wrap_func_result = off
    31  ij_go_wrap_func_result_newline_after_lparen = true
    32  ij_go_wrap_func_result_newline_before_rparen = true