mirror of https://github.com/helix-editor/helix
Golang indent adjustment
parent
d708efe275
commit
a28eaa81a0
|
@ -4,8 +4,9 @@ indent = [
|
|||
"var_declaration",
|
||||
"type_declaration",
|
||||
"type_spec",
|
||||
"function_declaration",
|
||||
"method_declaration",
|
||||
# simply block should be enough
|
||||
# "function_declaration",
|
||||
# "method_declaration",
|
||||
"composite_literal",
|
||||
"func_literal",
|
||||
"literal_value",
|
||||
|
|
Loading…
Reference in New Issue