mirror of
https://github.com/pesde-pkg/scripts.git
synced 2024-12-12 07:00:35 +00:00
chore: include stylua config
This commit is contained in:
parent
84720a2885
commit
e019e5a8ed
1 changed files with 9 additions and 1 deletions
10
stylua.toml
10
stylua.toml
|
@ -1,2 +1,10 @@
|
|||
line_endings = "Unix"
|
||||
quote_style = "AutoPreferDouble"
|
||||
indent_type = "Spaces"
|
||||
call_parentheses = "Always"
|
||||
|
||||
indent_width = 4
|
||||
column_width = 80
|
||||
|
||||
[sort_requires]
|
||||
enabled = true
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in a new issue