mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
refactor: format and remove unused values
- update format rules - update plugin file headers - remove unused opacity from palette
This commit is contained in:
parent
bc07e54924
commit
4a3b4512fc
7 changed files with 40 additions and 23 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_style = tab
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.lua]
|
||||
indent_size = 3
|
||||
indent_style = tab
|
||||
Loading…
Add table
Add a link
Reference in a new issue