VSCode: Configure status bar
This commit is contained in:
parent
d956618d86
commit
a5c6f22c21
|
@ -5,6 +5,8 @@
|
|||
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}",
|
||||
"C_Cpp.clang_format_path": "/usr/local/bin/clang-format",
|
||||
"C_Cpp.intelliSenseEngine": "Default",
|
||||
"cmake.statusbar.visibility": "icon",
|
||||
"git-graph.showStatusBarItem": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"editor.minimap.enabled": false,
|
||||
|
|
Loading…
Reference in a new issue