+ trim trailing spaces on save
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user