typos.toml

 1[files]
 2ignore-files = true
 3extend-exclude = [
 4    # Vim makes heavy use of partial typing tables
 5    "crates/vim/*",
 6    # glsl isn't recognized by this tool
 7    "crates/zed/src/languages/glsl/*",
 8    # File suffixes aren't typos
 9    "assets/icons/file_icons/file_types.json",
10    # Not our typos
11    "assets/themes/src/vscode/*",
12    # Editor and file finder rely on partial typing and custom in-string syntax
13    "crates/file_finder/src/file_finder.rs",
14    "crates/editor/src/editor_tests.rs",
15    # :/
16    "crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql",
17]
18
19[default]
20extend-ignore-re = ["ba"]
21check-filename = true