mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
syntax: golang: Indent type declarations
This commit is contained in:
parent
51d1d43289
commit
9edae7e1f8
@ -2,6 +2,7 @@ indent = [
|
||||
"import_declaration",
|
||||
"const_declaration",
|
||||
"var_declaration",
|
||||
"type_declaration",
|
||||
"function_declaration",
|
||||
"method_declaration",
|
||||
"composite_literal",
|
||||
|
Loading…
Reference in New Issue
Block a user