Bruno BELANYI
bc4db561ca
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This means regenerating all the tree-sitter files, and adding newly generated outputs (mostly new bindings). The `--apply-all-captures` flag has been removed, it is now the default (and only) matching behaviour.
40 lines
502 B
INI
40 lines
502 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{json,toml,yml,gyp}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.rs]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{c,cc,h}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{py,pyi}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.swift]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
indent_size = 8
|