mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
style: treefmt all the things
This commit is contained in:
parent
0f227ee76a
commit
baa158d51c
2 changed files with 12 additions and 12 deletions
|
@ -23,8 +23,10 @@ includes = [
|
|||
[formatter.shell]
|
||||
command = "shfmt"
|
||||
options = [
|
||||
"-i",
|
||||
"2", # indent 2
|
||||
"-bn", # binary ops like && and | may start a line
|
||||
"-ci", # switch cases will be indented
|
||||
"-sr", # redirect operators will be followed by a space
|
||||
"-i", "2", # indent 2
|
||||
"-s", # simplify the code
|
||||
"-w", # write back to the file
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue