+ trim trailing spaces on save
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"trailing-spaces.trimOnSave": true,
|
"trailing-spaces.trimOnSave": true,
|
||||||
"trailing-spaces.syntaxIgnore": [
|
"trailing-spaces.syntaxIgnore": [
|
||||||
"md",
|
"md",
|
||||||
" markdn",
|
"markdn",
|
||||||
"markdown"
|
"markdown"
|
||||||
],
|
],
|
||||||
"workbench.colorTheme": "Night Owl (No Italics)",
|
"workbench.colorTheme": "Night Owl (No Italics)",
|
||||||
@@ -20,5 +20,6 @@
|
|||||||
125
|
125
|
||||||
],
|
],
|
||||||
"explorer.autoReveal": false,
|
"explorer.autoReveal": false,
|
||||||
"git.confirmSync": false
|
"git.confirmSync": false,
|
||||||
|
"files.trimTrailingWhitespace": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user