mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 18:44:52 +02:00
[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:
parent
9f511bcb59
commit
d8a3a552d6
2 changed files with 7 additions and 0 deletions
6
utils/.stylua.toml
Normal file
6
utils/.stylua.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
column_width = 120
|
||||
line_endings = "Unix"
|
||||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
quote_style = "AutoPreferDouble"
|
||||
no_call_parentheses = true
|
Loading…
Add table
Add a link
Reference in a new issue