.clang-format 274 B

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