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 @@ ...@@ -4,4 +4,4 @@
"rust-lang.rust", "rust-lang.rust",
"ms-python.python" "ms-python.python"
] ]
} }
\ No newline at end of file
{ {
"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 @@ ...@@ -20,4 +23,4 @@
"[python]": { "[python]": {
"editor.tabSize": 2 "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.
Finish editing this message first!
Please register or to comment