Unnamed repository; edit this file 'description' to name the repository.
syntax: golang: Indent type declarations
Blaž Hrastnik 2021-05-18
parent 51d1d43 · commit 9edae7e
-rw-r--r--runtime/queries/go/indents.toml1
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",