Fix configuration about missing newline

This commit is contained in:
Jean-Michel
2020-02-24 15:45:11 +01:00
parent e9f69170e4
commit f4d60cf342
2 changed files with 5 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
{
"clang-format.fallbackStyle": "google",
"editor.detectIndentation": true,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"rust-client.channel": "nightly",
// The toolchain is updated from time to time so let's make sure that RLS is updated too
"rust-client.updateOnStartup": true,