nvim-treesitter/.editorconfig

21 lines
269 B
INI
Raw Normal View History

2020-04-18 17:39:03 +02:00
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.lua]
tab_width = 2
2021-08-25 22:54:27 +02:00
[*.py]
indent_size = 4
tab_width = 4
2020-04-18 17:39:03 +02:00
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8