nvim-treesitter/.editorconfig

17 lines
231 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
2020-04-18 17:39:03 +02:00
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8