diff --git a/runtime/queries/go/indents.toml b/runtime/queries/go/indents.toml index 9fa65bf99..7ddfa204b 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",