refactor: format and remove unused values

- update format rules
- update plugin file headers
- remove unused opacity from palette
This commit is contained in:
mvllow 2022-06-16 00:38:30 -04:00
commit 4a3b4512fc
7 changed files with 40 additions and 23 deletions

12
.editorconfig Normal file
View 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