[default]
extend-glob = ["*.{rs,toml,md,txt,yml,yaml}"]
extend-exclude = ["target/", "Cargo.lock", ".git/", "*.min.js", "node_modules/"]
[default.extend-words]
bole = "bole"
npm = "npm"
pnpm = "pnpm"
yarn = "yarn"
bun = "bun"
deno = "deno"
pip = "pip"
conda = "conda"
poetry = "poetry"
pdm = "pdm"
uv = "uv"
homebrew = "homebrew"
macports = "macports"
nix = "nix"
cabal = "cabal"
stack = "stack"
cargo = "cargo"
rustup = "rustup"
gleam = "gleam"
julia = "julia"
scala = "scala"
ocaml = "ocaml"
elixir = "elixir"
nim = "nim"
zig = "zig"
elm = "elm"
php = "php"
haskell = "haskell"
python = "python"
javascript = "javascript"
typescript = "typescript"
golang = "golang"
nixpkgs = "nixpkgs"
flake = "flake"
buildRustPackage = "buildRustPackage"
mkShell = "mkShell"
shellHook = "shellHook"
buildInputs = "buildInputs"
nativeBuildInputs = "nativeBuildInputs"
overlays = "overlays"
toolchain = "toolchain"
codebase = "codebase"
config = "config"
toml = "toml"
yaml = "yaml"
workflows = "workflows"
lemorage = "lemorage"
[type.rust]
extend-glob = ["*.rs"]
extend-words = [
"struct",
"impl",
"enum",
"fn",
"mut",
"pub",
"const",
"async",
"await",
"rustc",
"rustfmt",
"clippy",
"toolchain",
"stdlib",
"std",
"serde",
"tokio",
"clap",
"tabled",
]
[files]
extend-exclude = [
"vendor/",
"third_party/",
"*.generated.*",
]