mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
editorconfig: set tab_width to 2 for lua files
This commit is contained in:
parent
e22b109a1f
commit
48cb5b7d16
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue