mirror of https://github.com/databricks/cli.git
Let vscode trim whitespace on save (#172)
This commit is contained in:
parent
b3a30166f6
commit
f122e29279
|
@ -2,5 +2,8 @@
|
|||
"[go]": {
|
||||
"editor.insertSpaces": false,
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
},
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue