1 2 3 4 5 6 7 8 9 10 11 12 13 14
include = [ "Cargo.toml", "crates/**/*.toml", "config/config.sample.toml", ".cargo/config.toml", "taplo.toml", ] [formatting] align_comments = true align_entries = true align_single_comments = true crlf = false reorder_keys = true