neovim-rose-pine/.editorconfig
mvllow 4a3b4512fc refactor: format and remove unused values
- update format rules
- update plugin file headers
- remove unused opacity from palette
2022-06-16 00:43:09 -04:00

12 lines
173 B
INI

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