1
Fork 0
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:
David Arnold 2022-01-29 20:32:36 -05:00
parent 0f227ee76a
commit baa158d51c
2 changed files with 12 additions and 12 deletions

View file

@ -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
]