mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
editorconfig: set tab_width to 2 for lua files
This commit is contained in:
committed by
Kiyan
parent
e22b109a1f
commit
48cb5b7d16
@@ -8,6 +8,9 @@ end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
|
||||
[*.lua]
|
||||
tab_width = 2
|
||||
|
||||
[{Makefile,**/Makefile,runtime/doc/*.txt}]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
||||
Reference in New Issue
Block a user