Adjust golang indents yet again
This commit is contained in:
parent
17e9386388
commit
aeabfc55a8
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ indent = [
|
||||||
"literal_value",
|
"literal_value",
|
||||||
"expression_case",
|
"expression_case",
|
||||||
"default_case",
|
"default_case",
|
||||||
|
# "communication_case",
|
||||||
"argument_list",
|
"argument_list",
|
||||||
"block"
|
"select_statement",
|
||||||
|
"block",
|
||||||
]
|
]
|
||||||
|
|
||||||
outdent = [
|
outdent = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue