Initial commit
This commit is contained in:
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
hard_tabs = true
|
||||||
10
typos.toml
Normal file
10
typos.toml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[default]
|
||||||
|
#extend-words."" = ""
|
||||||
|
|
||||||
|
extend-ignore-re = [
|
||||||
|
# spell:disable-line
|
||||||
|
"(?Rm)^.*(%|#|//|;)\\s*spell:disable-line$",
|
||||||
|
|
||||||
|
# spell:<on|off>
|
||||||
|
"(?s)(%|#|//|;)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user