inital working commit
This commit is contained in:
commit
28109122b2
18 changed files with 3321 additions and 0 deletions
13
taplo.toml
Normal file
13
taplo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Sorts `Cargo.toml` dependencies. All other `.toml` files are formatted with the default config.
|
||||
#
|
||||
# https://taplo.tamasfe.dev/configuration/file.html#configuration-file
|
||||
|
||||
[formatting]
|
||||
reorder_keys = false
|
||||
|
||||
[[rule]]
|
||||
include = ["**/Cargo.toml"]
|
||||
keys = ["dependencies"]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue