diff options
author | Blaž Hrastnik | 2021-06-01 08:26:10 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-01 08:26:10 +0000 |
commit | 8fd800604334679fa42b6b1fb7b06f92c8c34d1c (patch) | |
tree | af901b5714a9b63a15ee76834c24551d2873417b /runtime | |
parent | ce25aa951e4bd4352fc211258014557e69cc5c5c (diff) |
Golang indent queries
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/go/indents.toml | 4 |
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", ] |