mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-11 17:14:57 +02:00
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
[codespell]
|
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
|
skip = .git*,package-lock.json,*.css,.codespellrc
|
|
check-hidden = true
|
|
# Ignore super long lines -- must be minimized etc, acronyms
|
|
# and some near hit variables
|
|
ignore-regex = ^.{120,}|\b(currentY|FOM)\b
|
|
# ignore-words-list =
|