.clang-format 217 B

123456789
  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. Standard: Cpp11
  9. ...