项目文件夹

文件
T
Jack Allen d5b2da2a47 chore(settings): support more than 3 lines (#53)
* 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>
2025-08-28 09:30:26 -04:00

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"
]
}