Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 180 Bytes

File metadata and controls

9 lines (6 loc) · 180 Bytes

VSCode

C++ formatting style

  • Add following entry to settings.json
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}"