mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 22:06:02 +00:00
Update tooling configs, shell settings, and editor configurations as part of the mise migration. Add companion documentation for the cleanup-old-version-managers script and remove unused fish completions.
31 lines
678 B
JSON
31 lines
678 B
JSON
{
|
|
"Verbose": false,
|
|
"Debug": false,
|
|
"IgnoreDefaults": false,
|
|
"SpacesAfterTabs": false,
|
|
"NoColor": false,
|
|
"Exclude": [
|
|
"base/plan",
|
|
"config/fish/completions/.*",
|
|
"config/karabiner/.*",
|
|
"config/fish/conf.d/.*",
|
|
"config/fish/functions/.*",
|
|
"config/fzf/key-bindings.fish",
|
|
"config/irssi/scripts/autorun/.*",
|
|
"config/vim/autoload/.*",
|
|
"docs/.*",
|
|
"local/man/.*",
|
|
"local/share/.*"
|
|
],
|
|
"AllowedContentTypes": [],
|
|
"PassedFiles": [],
|
|
"Disable": {
|
|
"EndOfLine": false,
|
|
"Indentation": false,
|
|
"InsertFinalNewline": false,
|
|
"TrimTrailingWhitespace": false,
|
|
"IndentSize": false,
|
|
"MaxLineLength": false
|
|
}
|
|
}
|