Let vscode trim whitespace on save (#172)

This commit is contained in:
Pieter Noordhuis 2023-01-23 09:52:50 +01:00 committed by GitHub
parent b3a30166f6
commit f122e29279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -2,5 +2,8 @@
"[go]": {
"editor.insertSpaces": false,
"editor.formatOnSave": true
}
},
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}