[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 sampling1617# Match a Whole Word - Case Sensitive18[default.extend-identifiers]19Ba = "Ba" # Bitangent for Anisotropy20ba = "ba" # Part of an accessor in WGSL - weights.ba21fLenOt = "fLenOt"22iFO_a = "iFO_a"23iFO_b = "iFO_b"24ser = "ser" # ron::ser - Serializer25toi = "toi" # Time of impact26vOt = "vOt"27vOt2 = "vOt2"2829[default]30locale = "en-us"31# Ignored typos regexes32extend-ignore-re = [33"\\bBelen Masia\\b", # The surname of one of the authors of SMAA34"\\bBig Sur\\b", # macOS Big Sur35"\\bgeneric-rpg-ui-inventario", # Inventory in Portuguese36"\\bmetalness\\b", # Rendering term (metallicity)37"\\bNDKs\\b", # NDK - Native Development Kit38"\\bPNGs\\b", # PNG - Portable Network Graphics file format39]404142