fastgrep 0.1.7

Fast parallel grep with SIMD-accelerated search and trigram indexing
Documentation
include = ["**/*.toml"]

[formatting]
reorder_arrays = false
# Once it will be fixed in taplo
indent_string = "    "
column_width = 80

[[rule]]
include = ["**/Cargo.toml"]
formatting.inline_table_expand = false

[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies", "*-dependencies", "workspace.dependencies"]
formatting.reorder_keys = true

[[rule]]
include = ["Cargo.toml"]
keys = ["workspace", "members"]
formatting.reorder_arrays = true