Fix configuration about missing newline
This commit is contained in:
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@@ -4,4 +4,4 @@
|
|||||||
"rust-lang.rust",
|
"rust-lang.rust",
|
||||||
"ms-python.python"
|
"ms-python.python"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
5
.vscode/settings.json
vendored
5
.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,
|
||||||
@@ -20,4 +23,4 @@
|
|||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.tabSize": 2
|
"editor.tabSize": 2
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user