blob: f0130461987a52e64e4ca78505123c2ffc33bfb0 [file] [log] [blame] [edit]
# See https://taplo.tamasfe.dev/configuration/file.html
# and https://taplo.tamasfe.dev/configuration/formatter-options.html
[formatting]
# Aligning comments with the largest line creates
# diff noise when neighboring lines are changed.
align_comments = false
# Matches how rustfmt formats Rust code
column_width = 100
indent_string = " "