# .toml file formatting settings for `taplo`
# https://taplo.tamasfe.dev/configuration/formatter-options.html
[]
# align entries vertically
=true
# allow up to 1 consecutive empty line (default: 2)
=1
# collapse arrays into one line if they fit
=true
# default: 80
=100
# remove whitespace around '='
=true
# alphabetically sort entries not separated by line breaks
=false
# align entries vertically (default: true)
# align_comments =false
# expand arrays into multiple lines (default: true)
# array_auto_expand =false