mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00

* glossary: type signature Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> * ignore toolchain for typos Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> * fix typos * put toolchain file back --------- Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
11 lines
No EOL
351 B
TOML
11 lines
No EOL
351 B
TOML
[files]
|
|
extend-exclude = ["design/language/Abilities.md", "src/snapshots/fuzz_crash", "crates/vendor/", "authors", "crates", "examples/static-site-gen/input/", "COPYRIGHT", "crates/compiler/checkmate/www/package-lock.json", "src/zig_llvm.h"]
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [
|
|
".*_SME_.*"
|
|
]
|
|
|
|
[default.extend-words]
|
|
HSA = "HSA"
|
|
typ = "typ" |