.clang-format 302 B

12345678910111213141516
  1. ---
  2. BasedOnStyle: Google
  3. Standard: Cpp11
  4. ColumnLimit: 0
  5. AlignTrailingComments: false
  6. NamespaceIndentation: All
  7. DerivePointerAlignment: false
  8. AlwaysBreakBeforeMultilineStrings: false
  9. AccessModifierOffset: -2
  10. ObjCSpaceBeforeProtocolList: true
  11. SortIncludes: false
  12. ---
  13. Language: Cpp
  14. ---
  15. Language: ObjC
  16. ...