mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
aff4dd30bd
commit
89ffbd35a8
123 changed files with 16508 additions and 0 deletions
11
taplo.toml
Normal file
11
taplo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[formatting]
|
||||
reorder_keys = false
|
||||
inline_table_expand = false
|
||||
compact_arrays = true
|
||||
|
||||
[[rule]]
|
||||
include = ["**/Cargo.toml"]
|
||||
keys = ["dependencies", "dev-dependencies", "build-dependencies"]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = true
|
Loading…
Add table
Add a link
Reference in a new issue