syntax: golang: Indent type declarations
This commit is contained in:
parent
51d1d43289
commit
9edae7e1f8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ indent = [
|
||||||
"import_declaration",
|
"import_declaration",
|
||||||
"const_declaration",
|
"const_declaration",
|
||||||
"var_declaration",
|
"var_declaration",
|
||||||
|
"type_declaration",
|
||||||
"function_declaration",
|
"function_declaration",
|
||||||
"method_declaration",
|
"method_declaration",
|
||||||
"composite_literal",
|
"composite_literal",
|
||||||
|
|
Loading…
Add table
Reference in a new issue