Files
tokyodark/.stylua.toml
tiagovla 984c4c699a feat: add setup and simplify logic (#22)
* feat: add setup and simplify logic

* docs: update README

* chore: add config styles

* chore: simplify util function

* docs: add identifiers to styles
2023-07-31 19:22:35 -03:00

7 lines
141 B
TOML

column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferDouble"
no_call_parentheses = false