aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/go
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-28 15:06:38 +0000
committerBlaž Hrastnik2021-05-28 15:06:38 +0000
commita28eaa81a0c5fede1e34aca5bbf70d411f7a174b (patch)
tree9dd2d5dd1f397e852c489358b5f25e15f3851c9c /runtime/queries/go
parentd708efe275a82e515e6d7056e20426af9466a32e (diff)
Golang indent adjustment
Diffstat (limited to 'runtime/queries/go')
-rw-r--r--runtime/queries/go/indents.toml5
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",