.clang-format 303 B

1234567891011
  1. BasedOnStyle: Google
  2. AlignConsecutiveAssignments: true
  3. AlignConsecutiveMacros: true
  4. AllowShortFunctionsOnASingleLine: Empty
  5. AllowShortIfStatementsOnASingleLine: false
  6. ColumnLimit: 100
  7. DerivePointerAlignment: false
  8. IndentWidth: 4
  9. ObjCBlockIndentWidth: 4
  10. PointerAlignment: Left
  11. TabWidth: 4