mirror of
https://github.com/rm-dr/servable.git
synced 2025-11-28 05:19:33 -08:00
Initial commit
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/target
|
||||
*.ignore
|
||||
.lycheecache
|
||||
8
lychee.toml
Normal file
8
lychee.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
cache = true
|
||||
max_cache_age = "2d"
|
||||
|
||||
verbose = "info"
|
||||
|
||||
glob_ignore_case = false
|
||||
exclude_path = ["./public"]
|
||||
exclude = ['^http(s)?://localhost', '^file://']
|
||||
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
@@ -0,0 +1 @@
|
||||
hard_tabs = true
|
||||
8
typos.toml
Normal file
8
typos.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[default]
|
||||
extend-ignore-re = [
|
||||
# Line block with # spellchecker:<on|off>
|
||||
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
|
||||
]
|
||||
|
||||
[files]
|
||||
extend-exclude = ["crates/servable/htmx"]
|
||||
Reference in New Issue
Block a user