mirror of
https://github.com/Ravencentric/awesome-arr.git
synced 2026-04-17 19:54:04 +02:00
12 lines
295 B
TOML
12 lines
295 B
TOML
[global]
|
|
exclude = [
|
|
".git",
|
|
"CODE_OF_CONDUCT.md",
|
|
]
|
|
disable = [
|
|
"MD013", # Line length because awesome.re forbids hard-wrapping.
|
|
# https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md#requirements-for-your-awesome-list
|
|
|
|
]
|
|
respect-gitignore = true
|