Add indents definition based on the one from nvim-treesitter

This commit is contained in:
Daniel Poulin 2021-11-01 10:41:55 -04:00 committed by Blaž Hrastnik
parent 924b7d3b19
commit 9e247bf6ee

View File

@ -0,0 +1,17 @@
indent = [
"array_creation_expression",
"arguments",
"formal_parameters",
"compound_statement",
"declaration_list",
"binary_expression",
"return_statement",
"expression_statement",
"switch_block",
"anonymous_function_use_clause",
]
oudent = [
"}",
")",
]