mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-26 02:01:28 +02:00
29 lines
780 B
YAML
29 lines
780 B
YAML
---
|
|
BasedOnStyle: Microsoft
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignConsecutiveAssignments: 'false'
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
BinPackParameters: 'false'
|
|
ColumnLimit: '85'
|
|
IndentCaseLabels: 'true'
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
SpaceAfterCStyleCast: 'false'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
TabWidth: '4'
|
|
UseTab: ForContinuationAndIndentation
|
|
|
|
...
|