summaryrefslogtreecommitdiffstats
path: root/.github/typos.toml
blob: 935e6594e44190b613b60e546ba62cd6f46971a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
files.extend-exclude = ["npins/sources.json"]
default.extend-ignore-words-re = [
  "(?i)(noice)",
  "befores",
  "annote",
  "viw",
  "typ",
  "edn",
  "esy",
  "BA", # somehow "BANanaD3V" is valid, but BA is not...
  "Emac",
  "tese", # for glsl shaders
  "Caue",
  "bse", # ./modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix:20:78: "bse" should be "base".
]