mirror of
https://github.com/RGBCube/superfreq
synced 2025-08-02 03:47:46 +00:00
treewide: toml and rust formatter changes
This commit is contained in:
parent
fb5ef3d3d2
commit
e9e1df90e6
12 changed files with 2456 additions and 2182 deletions
15
.taplo.toml
Normal file
15
.taplo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Taken from https://github.com/cull-os/carcass.
|
||||
|
||||
[formatting]
|
||||
align_entries = true
|
||||
column_width = 100
|
||||
compact_arrays = false
|
||||
reorder_inline_tables = true
|
||||
reorder_keys = true
|
||||
|
||||
[[rule]]
|
||||
include = [ "**/Cargo.toml" ]
|
||||
keys = [ "package" ]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = false
|
Loading…
Add table
Add a link
Reference in a new issue