Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ---
  2. BasedOnStyle: Google
  3. AccessModifierOffset: '-4'
  4. AlignAfterOpenBracket: Align
  5. AlignConsecutiveAssignments: 'true'
  6. AlignConsecutiveDeclarations: 'false'
  7. AlignEscapedNewlines: Left
  8. AlignTrailingComments: 'true'
  9. AllowAllParametersOfDeclarationOnNextLine: 'true'
  10. AllowShortBlocksOnASingleLine: 'true'
  11. AllowShortCaseLabelsOnASingleLine: 'true'
  12. AllowShortFunctionsOnASingleLine: Inline
  13. AllowShortIfStatementsOnASingleLine: 'true'
  14. AllowShortLoopsOnASingleLine: 'true'
  15. AlwaysBreakAfterReturnType: None
  16. AlwaysBreakBeforeMultilineStrings: 'true'
  17. AlwaysBreakTemplateDeclarations: 'true'
  18. BinPackArguments: 'true'
  19. BinPackParameters: 'false'
  20. BreakBeforeBraces: Mozilla
  21. BreakConstructorInitializers: BeforeComma
  22. ColumnLimit: '0'
  23. CompactNamespaces: 'false'
  24. Cpp11BracedListStyle: 'true'
  25. IndentWidth: '4'
  26. KeepEmptyLinesAtTheStartOfBlocks: 'true'
  27. Language: Cpp
  28. MaxEmptyLinesToKeep: '1'
  29. NamespaceIndentation: Inner
  30. SpacesInCStyleCastParentheses: 'true'
  31. SpacesInParentheses: 'true'
  32. SpacesInSquareBrackets: 'false'
  33. Standard: Cpp11
  34. TabWidth: '4'
  35. UseTab: ForIndentation
  36.  
  37. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement