mirror of https://github.com/lapce/lapce.git
14 lines
311 B
TOML
14 lines
311 B
TOML
include = ["**/*.toml"]
|
|
exclude = ["lapce-proxy/src/**"]
|
|
|
|
[[rule]]
|
|
include = ["**/Cargo.toml", ".taplo.toml", "Cargo.toml"]
|
|
|
|
[rule.formatting]
|
|
align_entries = true
|
|
align_comments = true
|
|
array_trailing_comma = true
|
|
trailing_newline = true
|
|
column_width = 100
|
|
inline_table_expand = false
|