mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-09 23:26:20 -04:00
19 lines
215 B
INI
19 lines
215 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.rs]
|
|
indent_size = 4
|
|
|
|
[*.{zig,zon}]
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
indent_size = 8
|