Fix configuration about missing newline
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,10 +1,13 @@
|
|||||||
{
|
{
|
||||||
|
"clang-format.fallbackStyle": "google",
|
||||||
"editor.detectIndentation": true,
|
"editor.detectIndentation": true,
|
||||||
"editor.formatOnPaste": false,
|
"editor.formatOnPaste": false,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
"rust-client.channel": "nightly",
|
"rust-client.channel": "nightly",
|
||||||
// The toolchain is updated from time to time so let's make sure that RLS is updated too
|
// The toolchain is updated from time to time so let's make sure that RLS is updated too
|
||||||
"rust-client.updateOnStartup": true,
|
"rust-client.updateOnStartup": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user