Last active
May 19, 2019 17:58
-
-
Save LorhanSohaky/b9219c59e4d463d3d7a804f01167d1eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
BasedOnStyle: LLVM | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveAssignments: 'true' | |
AlignConsecutiveDeclarations: 'true' | |
AlignEscapedNewlines: Left | |
AlignOperands: 'false' | |
AlignTrailingComments: 'true' | |
AllowAllParametersOfDeclarationOnNextLine: 'false' | |
AllowShortBlocksOnASingleLine: 'true' | |
AllowShortCaseLabelsOnASingleLine: 'false' | |
AllowShortFunctionsOnASingleLine: None | |
AllowShortIfStatementsOnASingleLine: 'false' | |
AllowShortLoopsOnASingleLine: 'false' | |
AlwaysBreakAfterDefinitionReturnType: None | |
AlwaysBreakAfterReturnType: None | |
AlwaysBreakBeforeMultilineStrings: 'false' | |
AlwaysBreakTemplateDeclarations: 'false' | |
BinPackArguments: 'false' | |
BinPackParameters: 'false' | |
BreakBeforeBinaryOperators: None | |
BreakBeforeBraces: Attach | |
BreakBeforeTernaryOperators: 'false' | |
ColumnLimit: '100' | |
IndentCaseLabels: 'true' | |
IndentWidth: '4' | |
KeepEmptyLinesAtTheStartOfBlocks: 'false' | |
Language: Cpp | |
MaxEmptyLinesToKeep: '1' | |
PointerAlignment: Right | |
SpaceAfterTemplateKeyword: 'true' | |
SpaceBeforeAssignmentOperators: 'true' | |
SpaceBeforeParens: Never | |
SpaceInEmptyParentheses: 'false' | |
SpacesBeforeTrailingComments: '1' | |
SpacesInParentheses: 'true' | |
SpacesInSquareBrackets: 'false' | |
TabWidth: '4' | |
UseTab: Always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Atualização para melhor formatação de códigos em C++