tree-sitter-yaml/.editorconfig

41 lines
524 B
INI
Raw Normal View History

2019-08-31 07:14:13 -04:00
root = true
[*]
charset = utf-8
end_of_line = lf
2024-03-31 09:45:34 -04:00
max_line_length = 120
2019-08-31 07:14:13 -04:00
insert_final_newline = true
trim_trailing_whitespace = true
2024-03-31 09:45:34 -04:00
[*.{json,toml,yml,gyp}]
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2
[*.{c,cc,h}]
2024-03-31 09:45:34 -04:00
indent_style = space
indent_size = 4
2024-03-31 09:45:34 -04:00
[*.rs]
2024-03-31 09:45:34 -04:00
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