Golang indent adjustment
This commit is contained in:
parent
d708efe275
commit
a28eaa81a0
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ indent = [
|
||||||
"var_declaration",
|
"var_declaration",
|
||||||
"type_declaration",
|
"type_declaration",
|
||||||
"type_spec",
|
"type_spec",
|
||||||
"function_declaration",
|
# simply block should be enough
|
||||||
"method_declaration",
|
# "function_declaration",
|
||||||
|
# "method_declaration",
|
||||||
"composite_literal",
|
"composite_literal",
|
||||||
"func_literal",
|
"func_literal",
|
||||||
"literal_value",
|
"literal_value",
|
||||||
|
|
Loading…
Add table
Reference in a new issue