VS Code에서는 Ctrl + K + F를 누르면 자동 정렬이 된다. 허나, 기본값으로 이 기능을 이용할 시 아래 사진과 같이 중괄호가 무조건 줄넘김된다. 평소에 이렇게 코딩하지 않았는데 익숙해지자 하고 감내하려 했지만 너무 불편해서 찾아보았다. 설정에서 'c_cpp.clang_format_fallbackst'을 검색하면 나오는 페이지에서 Visual Studio로 되어있는 부분을 { BasedOnStyle: Google, IndentWidth: 4, TabWidth: 4, ColumnLimit: 200 } 로 변경하면 해결된다. { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Attach, Allo..
기본적으로 VS Code로 C++과 Python 빌드를 목표로 하는 강좌입니다. 공통 설치 과정 1. VS code를 설치한다. (설치 창에서는 계속 다음만 누르면 됩니다.) https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.v..