Skip to content

Commit cbc68e8

Browse files
authored
chore: add codespell/taplo configs (#2)
* chore: codespellrc * chore: taplo.toml
1 parent 1debf18 commit cbc68e8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.codespellrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[codespell]
2+
skip = .git,target,Cargo.toml,Cargo.lock,mutants*
3+
ignore-words-list = crate,ser,ment

.taplo.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
exclude = ["target/**/*.toml"]
2+
3+
[formatting]
4+
reorder_keys = false
5+
6+
[[rule]]
7+
include = ["**/Cargo.toml"]
8+
keys = ["workspace.dependencies", "dependencies"]
9+
10+
[rule.formatting]
11+
reorder_keys = true

0 commit comments

Comments
 (0)