.clang-format 252 B

1234567891011
  1. Language: Cpp
  2. BasedOnStyle: Google
  3. AccessModifierOffset: -4
  4. AlignConsecutiveAssignments: true
  5. AllowShortFunctionsOnASingleLine: InlineOnly
  6. ColumnLimit: 140
  7. DerivePointerAlignment: false
  8. FixNamespaceComments: true
  9. IndentWidth: 4
  10. PointerAlignment: Left