Advertisement
Guest User

Untitled

a guest
Jun 8th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---
  2. BasedOnStyle:  LLVM
  3. AllowShortFunctionsOnASingleLine: Inline
  4. AlwaysBreakAfterReturnType: AllDefinitions
  5. BinPackArguments: true
  6. BinPackParameters: true
  7. BreakBeforeBinaryOperators: NonAssignment
  8. BreakBeforeBraces: Allman
  9. BreakConstructorInitializers: AfterColon
  10. ColumnLimit: 80
  11. ConstructorInitializerAllOnOneLineOrOnePerLine: true
  12. ConstructorInitializerIndentWidth: 2
  13. Cpp11BracedListStyle: false
  14. IndentCaseLabels: true
  15. NamespaceIndentation: All
  16. PointerAlignment: Left
  17. SpacesBeforeTrailingComments: 2
  18. SpaceAfterTemplateKeyword: false
  19. AlignEscapedNewlines: Left
  20. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement