리눅스 C/C++ 개발 환경 설정 (Vim, Visual Studio Code)
// c++ formatter
"editor.defaultFormatter": "ms-vscode.cpptools",
"editor.formatOnSave": true,
"C_Cpp.clang_format_style": "{ IndentWidth: 4, ColumnLimit: 0, AlignConsecutiveMacros: Consecutive, UseTab: Never, AllowShortIfStatementsOnASingleLine: true, AccessModifierOffset: -4}",
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.tabSize": 4