chore(fmt): Finally let's use stylua
Hoping it's as good as go-fmt
This commit is contained in:
12
.stylua.toml
Normal file
12
.stylua.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
column_width = 100
|
||||
line_endings = 'Unix'
|
||||
indent_type = 'Spaces'
|
||||
indent_width = 2
|
||||
# Not very good looking in general, but faster to type
|
||||
quote_style = 'AutoPreferSingle'
|
||||
# Since there are ambiguities sometimes let's just not use this shortcut
|
||||
# alltogether
|
||||
call_parentheses = 'Always'
|
||||
|
||||
[sort_requires]
|
||||
enabled = true
|
||||
Reference in New Issue
Block a user