VS Code C++ 포멧 스타일¶
"C_Cpp.clang_format_style": "{ AlignConsecutiveAssignments: true, BreakBeforeBraces: Custom, BraceWrapping: { AfterFunction: true, AfterClass: false, BeforeElse: true, BeforeCatch: true, SplitEmptyFunction: true, SplitEmptyRecord: false, SplitEmptyNamespace: false } , AllowShortBlocksOnASingleLine: true, AllowShortFunctionsOnASingleLine: All, AllowShortCaseLabelsOnASingleLine: true, AllowShortIfStatementsOnASingleLine: Always,AllowShortLoopsOnASingleLine: true, ColumnLimit: 80, IndentWidth: 4, AccessModifierOffset: -4, ContinuationIndentWidth : 4, UseTab: Never, TabWidth : 4, AlwaysBreakAfterDefinitionReturnType: None, AlwaysBreakAfterReturnType: None, IndentWrappedFunctionNames: true, AlignAfterOpenBracket: Align, AlignConsecutiveDeclarations: true, PointerAlignment: Left,AllowAllParametersOfDeclarationOnNextLine: false,BinPackParameters: false, SpaceBeforeParens: Never}",