clang-format 300 B

12345678910111213141516
  1. ---
  2. BasedOnStyle: Google
  3. AccessModifierOffset: '-4'
  4. AlignConsecutiveAssignments: 'true'
  5. AllowShortFunctionsOnASingleLine: All
  6. Cpp11BracedListStyle: 'true'
  7. FixNamespaceComments: 'true'
  8. IndentWidth: '4'
  9. Language: Cpp
  10. PointerAlignment: Right
  11. ReflowComments: 'true'
  12. Standard: Cpp11
  13. UseTab: Never
  14. ...