VSCode Clang 포맷 스타일 설정
Visual Studio Code C / CPP 문서 포맷 스타일settings.json 설정 예"C_Cpp.clang_format_style": "{BasedOnStyle: LLVM, ColumnLimit: 150, AlignConsecutiveAssignments: AcrossEmptyLinesAndComments, NamespaceIndentation: All, SortIncludes: false, IndentPPDirectives:All, PPIndentWidth: -1, AlignArrayOfStructures:Right, AllowShortBlocksOnASingleLine: Empty, AllowShortFunctionsOnASingleLine: Inline, AllowShortEnumsOn..