sirmalloc--ccstatusline
7886e1f376
* feat(git-worktree): Add git worktree widget * Minor cleanup --------- Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>
26 行
559 B
JSON
26 行
559 B
JSON
{
|
|
// Disable trimming trailing whitespace for markdown files to preserve ASCII art
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false
|
|
},
|
|
|
|
// Keep trimming enabled for other file types
|
|
"[typescript]": {
|
|
"files.trimTrailingWhitespace": true
|
|
},
|
|
"[typescriptreact]": {
|
|
"files.trimTrailingWhitespace": true
|
|
},
|
|
"[json]": {
|
|
"files.trimTrailingWhitespace": true
|
|
},
|
|
"[javascript]": {
|
|
"files.trimTrailingWhitespace": true
|
|
},
|
|
"cSpell.words": [
|
|
"ccstatusline",
|
|
"statusline",
|
|
"Worktree",
|
|
"worktrees"
|
|
]
|
|
} |