2023-01-28 22:22:56 +01:00
|
|
|
|
[files]
|
2024-05-04 17:00:44 +02:00
|
|
|
|
extend-exclude = [
|
|
|
|
|
".git/",
|
|
|
|
|
"crates/nu-cmd-extra/assets/228_themes.json",
|
|
|
|
|
"tests/fixtures/formats/",
|
|
|
|
|
]
|
|
|
|
|
ignore-hidden = false
|
2023-01-28 22:22:56 +01:00
|
|
|
|
|
2024-05-04 17:00:44 +02:00
|
|
|
|
[default]
|
|
|
|
|
extend-ignore-re = [
|
|
|
|
|
"Plasticos Rival",
|
|
|
|
|
"│ in_custom_valu │",
|
|
|
|
|
"│ ine │",
|
|
|
|
|
":es\\|ful\\(",
|
|
|
|
|
"\\\\u\\{e7ba\\}",
|
|
|
|
|
"([0-9a-f][0-9a-f] ){4}",
|
|
|
|
|
"--find ba\\b",
|
|
|
|
|
"0x\\[ba be\\]",
|
|
|
|
|
"\\)BaR'",
|
2024-06-26 03:33:57 +02:00
|
|
|
|
"fo<66>.txt",
|
2024-05-04 17:00:44 +02:00
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[type.rust.extend-words]
|
2023-01-28 22:22:56 +01:00
|
|
|
|
nd = "nd"
|
|
|
|
|
numer = "numer"
|
2024-08-08 00:50:28 +02:00
|
|
|
|
styl = "styl"
|
2024-05-04 17:00:44 +02:00
|
|
|
|
|
|
|
|
|
[default.extend-identifiers]
|
2023-06-09 14:59:52 +02:00
|
|
|
|
ratatui = "ratatui"
|