add more settings

This commit is contained in:
2026-06-26 19:53:35 -04:00
parent 4598a353b9
commit dae9e77fee
6 changed files with 79 additions and 1 deletions
@@ -53,4 +53,8 @@
"git.blame.editorDecoration.enabled": true,
"git.blame.editorDecoration.template": "${subject}, ${authorName} (${authorDateAgo})",
"git.blame.statusBarItem.enabled": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true
}