LunarVim/utils/.stylua.toml
Rafael d8a3a552d6
[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.
2021-07-04 22:34:46 -03:00

6 lines
141 B
TOML

column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
no_call_parentheses = true