mirror of
https://github.com/pesde-pkg/scripts.git
synced 2024-12-12 07:00:35 +00:00
chore(stylua): use tabs instead of spaces and bring back 80 width
This commit is contained in:
parent
d515a89d01
commit
e907258396
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
line_endings = "Unix"
|
line_endings = "Unix"
|
||||||
quote_style = "AutoPreferDouble"
|
quote_style = "AutoPreferDouble"
|
||||||
indent_type = "Spaces"
|
indent_type = "Tabs"
|
||||||
call_parentheses = "Always"
|
call_parentheses = "Always"
|
||||||
|
|
||||||
indent_width = 4
|
indent_width = 4
|
||||||
# column_width = 80
|
column_width = 80
|
||||||
|
|
||||||
[sort_requires]
|
[sort_requires]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue