Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
f4d60cf3
Commit
f4d60cf3
authored
5 years ago
by
Jean-Michel
Browse files
Options
Downloads
Patches
Plain Diff
Fix configuration about missing newline
parent
e9f69170
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/extensions.json
+1
-1
1 addition, 1 deletion
.vscode/extensions.json
.vscode/settings.json
+4
-1
4 additions, 1 deletion
.vscode/settings.json
with
5 additions
and
2 deletions
.vscode/extensions.json
+
1
−
1
View file @
f4d60cf3
...
@@ -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
This diff is collapsed.
Click to expand it.
.vscode/settings.json
+
4
−
1
View file @
f4d60cf3
{
{
"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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment