mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Skip also for \nd
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
parent
83ef031922
commit
90c1334535
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
skip = .git*,go.sum,*.lock,.codespellrc,vendor,translations,Keybindings_*.md
|
skip = .git*,go.sum,*.lock,.codespellrc,vendor,translations,Keybindings_*.md
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
# camel-cased
|
# camel-cased
|
||||||
ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…)
|
ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…|\\nd\b)
|
||||||
ignore-words-list = fomrat,inbetween
|
ignore-words-list = fomrat,inbetween
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue