.clang-format 343 B

12345678910111213
  1. Language: Cpp
  2. BasedOnStyle: Google
  3. IndentWidth: 2
  4. ColumnLimit: 80
  5. AllowShortFunctionsOnASingleLine: Empty
  6. AllowShortIfStatementsOnASingleLine: false
  7. AllowShortLoopsOnASingleLine: false
  8. BinPackArguments: true
  9. BinPackParameters: true
  10. BreakBeforeBraces: Attach
  11. DerivePointerAlignment: false
  12. PointerAlignment: Left
  13. SpacesBeforeTrailingComments: 1