-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
executable file
·40 lines (40 loc) · 1.44 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1001,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
},
"editor.foldingImportsByDefault": true,
"editor.scrollBeyondLastColumn": 15,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorSurroundingLines": 3,
"editor.fontFamily": "OperatorMonoLig-Light, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.fontWeight": "600",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.minimap.size": "fit",
"editor.minimap.showSlider": "always",
"editor.suggest.showStatusBar": true,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.linkedEditing": true,
"workbench.colorTheme": "Cobalt2",
"workbench.iconTheme": "vscode-icons",
"workbench.productIconTheme": "fluent-icons",
"workbench.tree.renderIndentGuides": "none",
"workbench.tree.indent": 18,
"workbench.view.alwaysShowHeaderActions": true,
"scm.alwaysShowActions": true,
"scm.defaultViewMode": "tree",
"scm.alwaysShowRepositories": true,
"debug.toolBarLocation": "docked",
"debug.showBreakpointsInOverviewRuler": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, IndentWidth: 3, TabWidth: 3, UseTab: Always, ColumnLimit: 0}"
}