diff options
author | Blaž Hrastnik | 2021-05-18 08:54:18 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-18 08:54:18 +0000 |
commit | 9edae7e1f82c4f0e53b64d37e399b67488125008 (patch) | |
tree | 053cb5b49cd1bfcb9186759f216f20ba684e39e4 /runtime | |
parent | 51d1d432891c5edc0b5b5335f8f337aa98f7532f (diff) |
syntax: golang: Indent type declarations
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/go/indents.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/go/indents.toml b/runtime/queries/go/indents.toml index d75ef7ec..112aa3d6 100644 --- a/runtime/queries/go/indents.toml +++ b/runtime/queries/go/indents.toml @@ -2,6 +2,7 @@ indent = [ "import_declaration", "const_declaration", "var_declaration", + "type_declaration", "function_declaration", "method_declaration", "composite_literal", |