mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
708abd37cf
* refactor: Improve template README section * Fix version * Add darcula * Fix typos
23 lines
390 B
TOML
23 lines
390 B
TOML
[default.extend-identifiers]
|
|
alog = "alog"
|
|
Jetbrains = "JetBrains"
|
|
IST = "IST"
|
|
MacOS = "macOS"
|
|
|
|
[default.extend-words]
|
|
# do as sudo replacement
|
|
doas = "doas"
|
|
darcula = "darcula"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"**.svg",
|
|
"**.png",
|
|
"**.lock",
|
|
"go.sum",
|
|
"go.mod",
|
|
# These files contain base64 strings that confuse the detector
|
|
"**XService**.ts",
|
|
"**identity.go",
|
|
]
|