mirror of
https://github.com/tiennm99/ccstatusline.git
synced 2026-09-15 08:18:44 +00:00
20 lines
464 B
JSON
20 lines
464 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
|
|
}
|
|
} |