Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Language: Cpp
  2. Standard: Cpp11
  3. IndentWidth: 4
  4. PointerAlignment: Left
  5. ColumnLimit: 90
  6. AllowShortIfStatementsOnASingleLine: true
  7. AccessModifierOffset: -4
  8. AlignEscapedNewlinesLeft: true
  9. AlignTrailingComments: true
  10. AllowShortFunctionsOnASingleLine: true
  11. AllowShortLoopsOnASingleLine: false
  12. AlwaysBreakBeforeMultilineStrings: false
  13. AlwaysBreakTemplateDeclarations: true
  14. BinPackParameters: true
  15. BreakBeforeBinaryOperators: false
  16. BreakBeforeBraces: Custom
  17. BraceWrapping:
  18. AfterUnion: true
  19. AfterEnum: true
  20. AfterStruct: true
  21. AfterClass: false
  22. AfterFunction: true
  23. AfterNamespace: true
  24. AfterExternBlock: true
  25. AfterControlStatement: true
  26. BeforeCatch: false
  27. BeforeElse: true
  28. IndentCaseLabels: true
  29. IndentPPDirectives: None
  30. IndentWrappedFunctionNames: false
  31. KeepEmptyLinesAtTheStartOfBlocks: false
  32. SpaceAfterCStyleCast: false
  33. SpaceAfterTemplateKeyword: false
  34. SpaceBeforeAssignmentOperators: true
  35. SpaceBeforeCpp11BracedList: true
  36. SpaceBeforeCtorInitializerColon: false
  37. SpaceBeforeInheritanceColon: false
  38. SpaceBeforeParens: ControlStatements
  39. SpaceBeforeRangeBasedForLoopColon: true
  40. SpaceInEmptyParentheses: false
  41. SpacesInAngles: false
  42. SpacesInCStyleCastParentheses: false
  43. SpacesInContainerLiterals: false
  44. SpacesInParentheses: false
  45. SpacesInSquareBrackets: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement