mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
build: nixify
This commit is contained in:
19
.taplo.toml
Normal file
19
.taplo.toml
Normal file
@ -0,0 +1,19 @@
|
||||
exclude = ["target/*"]
|
||||
include = ["**/*.toml"]
|
||||
|
||||
[formatting]
|
||||
column_width = 100
|
||||
|
||||
[[rule]]
|
||||
include = ["**/Cargo.toml"]
|
||||
keys = ["dependencies", "*-dependencies"]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = true
|
||||
|
||||
[[rule]]
|
||||
include = ["**/Cargo.toml"]
|
||||
keys = ["dependencies.*", "*-dependencies.*"]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = false
|
Reference in New Issue
Block a user