From 9edae7e1f82c4f0e53b64d37e399b67488125008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Tue, 18 May 2021 17:54:18 +0900 Subject: [PATCH] syntax: golang: Indent type declarations --- runtime/queries/go/indents.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/queries/go/indents.toml b/runtime/queries/go/indents.toml index d75ef7ecc..112aa3d69 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",