Spaces:
Running
Running
Add "pn" to `explicit` accepted words in typos configuration
Browse files- .typos.toml +4 -0
.typos.toml
CHANGED
|
@@ -13,6 +13,10 @@ extend-ignore-re = [
|
|
| 13 |
"\\^\\{.*?\\}"
|
| 14 |
]
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
# You can also exclude specific files or directories if needed
|
| 17 |
# [files]
|
| 18 |
# extend-exclude = ["*.tex", "docs/*.md"]
|
|
|
|
| 13 |
"\\^\\{.*?\\}"
|
| 14 |
]
|
| 15 |
|
| 16 |
+
# Words to explicitly accept
|
| 17 |
+
[default.extend-words]
|
| 18 |
+
pn = "pn"
|
| 19 |
+
|
| 20 |
# You can also exclude specific files or directories if needed
|
| 21 |
# [files]
|
| 22 |
# extend-exclude = ["*.tex", "docs/*.md"]
|