+ 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

@@ -20,5 +20,6 @@
125 125
], ],
"explorer.autoReveal": false, "explorer.autoReveal": false,
"git.confirmSync": false "git.confirmSync": false,
"files.trimTrailingWhitespace": true
} }