sirmalloc--ccstatusline
d5b2da2a47
* chore(settings): support more than 3 lines * chore: add confirm dialog * chore: update example script * chore: rm config override * Fix spacing issues, disallow deletion of last line, fix issue where deleting lines 2 and 3 would keep them in the list, cleanup onDelete and onAppend method locations * Initialize default settings with two empty lines --------- Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>
27 行
576 B
JSON
27 行
576 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",
|
|
"Powerline",
|
|
"statusline",
|
|
"Worktree",
|
|
"worktrees"
|
|
]
|
|
} |