| # 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 = " " |