aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/queries/go/indents.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/go/indents.toml b/runtime/queries/go/indents.toml
index a174bc12..17d73bed 100644
--- a/runtime/queries/go/indents.toml
+++ b/runtime/queries/go/indents.toml
@@ -12,9 +12,9 @@ indent = [
"literal_value",
"expression_case",
"default_case",
- # "communication_case",
+ "type_case",
+ "communication_case",
"argument_list",
- "select_statement",
"block",
]