feat: Add Cargo files, CI, configs and README
This commit is contained in:
14
.taplo.toml
Normal file
14
.taplo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[schema]
|
||||
path = "https://json.schemastore.org/cargo.json"
|
||||
enabled = true
|
||||
|
||||
|
||||
[formatting]
|
||||
reorder_keys = false
|
||||
|
||||
[[rule]]
|
||||
include = ["**/Cargo.toml"]
|
||||
keys = ["dependencies"]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = true
|
||||
Reference in New Issue
Block a user