Golang indent adjustment

This commit is contained in:
Blaž Hrastnik 2021-05-29 00:06:38 +09:00
parent d708efe275
commit a28eaa81a0

View file

@ -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",