Golang indent queries

pull/19/head v0.0.5
Blaž Hrastnik 2021-06-01 17:26:10 +09:00
parent ce25aa951e
commit 8fd8006043
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ indent = [
"literal_value", "literal_value",
"expression_case", "expression_case",
"default_case", "default_case",
# "communication_case", "type_case",
"communication_case",
"argument_list", "argument_list",
"select_statement",
"block", "block",
] ]