+ trim trailing spaces on save

This commit is contained in:
committer
2024-05-15 07:02:32 -05:00
parent 05e4ec505e
commit 2e4c5f5aa4

View File

@@ -2,7 +2,7 @@
"trailing-spaces.trimOnSave": true,
"trailing-spaces.syntaxIgnore": [
"md",
" markdn",
"markdn",
"markdown"
],
"workbench.colorTheme": "Night Owl (No Italics)",
@@ -20,5 +20,6 @@
125
],
"explorer.autoReveal": false,
"git.confirmSync": false
"git.confirmSync": false,
"files.trimTrailingWhitespace": true
}