aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-31 08:09:19 +0000
committerBlaž Hrastnik2021-05-31 08:09:19 +0000
commitaeabfc55a839518611139befca12d921c5284e50 (patch)
treec9a13ee3ff2516d6cffccc728aa13de7374cfc3c /runtime
parent17e938638807ed9b7ff152b5abbad3fbb1254dbe (diff)
Adjust golang indents yet again
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/go/indents.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/queries/go/indents.toml b/runtime/queries/go/indents.toml
index 7ddfa204..a174bc12 100644
--- a/runtime/queries/go/indents.toml
+++ b/runtime/queries/go/indents.toml
@@ -12,8 +12,10 @@ indent = [
"literal_value",
"expression_case",
"default_case",
+ # "communication_case",
"argument_list",
- "block"
+ "select_statement",
+ "block",
]
outdent = [