[IMPORTANT] Now using stylua for formatting.

* This was discussed in #652

* For now on, we're gonna use stylua for formatting the project, the config is located
in `utils/.stylua.toml`, Use it before pushing changes.
This commit is contained in:
Rafael 2021-07-04 22:34:46 -03:00
parent 9f511bcb59
commit d8a3a552d6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: F5302DA7C6F2F5FD
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -19,3 +19,4 @@ eclipse.jdt.ls/
spell/ spell/
nv-settings.lua nv-settings.lua
lv-settings.lua lv-settings.lua
./.stylua.toml

6
utils/.stylua.toml Normal file
View file

@ -0,0 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
no_call_parentheses = true