diff options
author | Blaž Hrastnik | 2021-05-28 15:06:38 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-28 15:06:38 +0000 |
commit | a28eaa81a0c5fede1e34aca5bbf70d411f7a174b (patch) | |
tree | 9dd2d5dd1f397e852c489358b5f25e15f3851c9c | |
parent | d708efe275a82e515e6d7056e20426af9466a32e (diff) |
Golang indent adjustment
-rw-r--r-- | runtime/queries/go/indents.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/queries/go/indents.toml b/runtime/queries/go/indents.toml index 9fa65bf9..7ddfa204 100644 --- a/runtime/queries/go/indents.toml +++ b/runtime/queries/go/indents.toml @@ -4,8 +4,9 @@ indent = [ "var_declaration", "type_declaration", "type_spec", - "function_declaration", - "method_declaration", + # simply block should be enough + # "function_declaration", + # "method_declaration", "composite_literal", "func_literal", "literal_value", |