Haleshot commited on
Commit
1626bbd
·
unverified ·
1 Parent(s): 49a1d00

Add "pn" to `explicit` accepted words in typos configuration

Browse files
Files changed (1) hide show
  1. .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"]