mirror of https://github.com/linebender/xilem
12 lines
344 B
TOML
12 lines
344 B
TOML
# 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 = " "
|