[files]1extend-exclude = [2"*.pbxproj", # metadata file3"*.patch", # Automatically generated files that should not be manually modified.4"*.bin", # Binary files5".git/", # Version control files6]7ignore-hidden = false89# Match Inside a Word - Case Insensitive10[default.extend-words]11LOD = "LOD" # Level of detail12reparametrization = "reparametrization" # Mathematical term in curve context (reparameterize)13reparametrize = "reparametrize"14reparametrized = "reparametrized"15mis = "mis" # mis - multiple importance sampling16caf = "caf" # CAF - Core Audio Format1718# Match a Whole Word - Case Sensitive19[default.extend-identifiers]20Ba = "Ba" # Bitangent for Anisotropy21ba = "ba" # Part of an accessor in WGSL - weights.ba22fLenOt = "fLenOt"23iFO_a = "iFO_a"24iFO_b = "iFO_b"25Nd = "Nd" # Normal of Decal26ser = "ser" # ron::ser - Serializer27toi = "toi" # Time of impact28vOt = "vOt"29vOt2 = "vOt2"3031[default]32locale = "en-us"33# Ignored typos regexes34extend-ignore-re = [35"\\bBelen Masia\\b", # The surname of one of the authors of SMAA36"\\bBig Sur\\b", # macOS Big Sur37"\\bgeneric-rpg-ui-inventario", # Inventory in Portuguese38"\\bmetalness\\b", # Rendering term (metallicity)39"\\bNDKs\\b", # NDK - Native Development Kit40"\\bPNGs\\b", # PNG - Portable Network Graphics file format41"b\"wdth\"", # OpenType feature identifier for "width"42]434445