Change C config
This commit is contained in:
parent
329843cd0e
commit
5f3c337091
|
@ -65,18 +65,7 @@
|
|||
"editor.mouseWheelZoom" = true;
|
||||
|
||||
"C_Cpp.autocompleteAddParentheses" = true;
|
||||
"C_Cpp.formatting" = "vcFormat";
|
||||
"C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyFunction" = true;
|
||||
"C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyType" = true;
|
||||
"C_Cpp.vcFormat.space.beforeEmptySquareBrackets" = true;
|
||||
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block" = "sameLine";
|
||||
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function" = "sameLine";
|
||||
"C_Cpp.vcFormat.newLine.beforeElse" = false;
|
||||
"C_Cpp.vcFormat.newLine.beforeCatch" = false;
|
||||
"C_Cpp.vcFormat.newLine.beforeOpenBrace.type" = "sameLine";
|
||||
"C_Cpp.vcFormat.space.betweenEmptyBraces" = true;
|
||||
"C_Cpp.vcFormat.space.betweenEmptyLambdaBrackets" = true;
|
||||
"C_Cpp.vcFormat.indent.caseLabels" = true;
|
||||
"C_Cpp.formatting" = "clangFormat";
|
||||
"C_Cpp.intelliSenseCacheSize" = 2048;
|
||||
"C_Cpp.intelliSenseMemoryLimit" = 2048;
|
||||
"C_Cpp.default.browse.path" = [
|
||||
|
|
Loading…
Reference in a new issue