Skip to content
Snippets Groups Projects
Commit f4d60cf3 authored by Jean-Michel's avatar Jean-Michel
Browse files

Fix configuration about missing newline

parent e9f69170
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@
"rust-lang.rust",
"ms-python.python"
]
}
}
\ No newline at end of file
{
"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,
......@@ -20,4 +23,4 @@
"[python]": {
"editor.tabSize": 2
},
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment