diff options
author | gavincrawford | 2022-11-27 15:36:52 +0000 |
---|---|---|
committer | GitHub | 2022-11-27 15:36:52 +0000 |
commit | 583c2a5456263865c8aaf8b260909bfe431db549 (patch) | |
tree | f5fb0015b321bbbc77552c534e67cc8db760eadc /runtime | |
parent | f0f295a6679655dccfab0c1e0e9bb4a87e351db5 (diff) |
Fix Go variable indentation (#4906)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/go/indents.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/go/indents.scm b/runtime/queries/go/indents.scm index d75417d9..8bfc7c3f 100644 --- a/runtime/queries/go/indents.scm +++ b/runtime/queries/go/indents.scm @@ -16,6 +16,7 @@ (block) (type_switch_statement) (expression_switch_statement) + (var_declaration) ] @indent [ |