mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: update editorconfig
This commit is contained in:
parent
7f6a7364de
commit
b33cdf76cd
1 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,6 @@ indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.lua]
|
[*.{yaml,yml}]
|
||||||
indent_size = 3
|
indent_size = 2
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue