.clang-format 201 B

12345678
  1. ---
  2. # This configuration requires clang-format 3.8 or higher.
  3. BasedOnStyle: Mozilla
  4. AlignOperands: false
  5. AlwaysBreakAfterReturnType: None
  6. AlwaysBreakAfterDefinitionReturnType: None
  7. ColumnLimit: 79
  8. ...