Add indents definition based on the one from nvim-treesitter

pull/961/head
Daniel Poulin 3 years ago committed by Blaž Hrastnik
parent 924b7d3b19
commit 9e247bf6ee

@ -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 = [
"}",
")",
]
Loading…
Cancel
Save