1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[]
= [
"*.pbxproj", # metadata file
"*.patch", # Automatically generated files that should not be manually modified.
"*.bin", # Binary files
".git/", # Version control files
]
= false
# Match Inside a Word - Case Insensitive
[]
= "LOD" # Level of detail
= "reparametrization" # Mathematical term in curve context (reparameterize)
= "reparametrize"
= "reparametrized"
= "mis" # mis - multiple importance sampling
= "caf" # CAF - Core Audio Format
# Match a Whole Word - Case Sensitive
[]
= "Ba" # Bitangent for Anisotropy
= "ba" # Part of an accessor in WGSL - weights.ba
= "fLenOt"
= "iFO_a"
= "iFO_b"
= "Nd" # Normal of Decal
= "ser" # ron::ser - Serializer
= "toi" # Time of impact
= "vOt"
= "vOt2"
[]
= "en-us"
# Ignored typos regexes
= [
"\\bBelen Masia\\b", # The surname of one of the authors of SMAA
"\\bBig Sur\\b", # macOS Big Sur
"\\bgeneric-rpg-ui-inventario", # Inventory in Portuguese
"\\bmetalness\\b", # Rendering term (metallicity)
"\\bNDKs\\b", # NDK - Native Development Kit
"\\bPNGs\\b", # PNG - Portable Network Graphics file format
"b\"wdth\"", # OpenType feature identifier for "width"
]