lint: src/.clang-format

Move to top level so that

    clang-format -style=file

can find it regardless of current directory.
Cette révision appartient à :
Justin M. Keyes 2017-03-29 17:34:50 +02:00
Parent 519224f6bd
révision 67305ffb5d
1 fichiers modifiés avec 2 ajouts et 0 suppressions

Voir le fichier

@ -8,6 +8,7 @@ IndentCaseLabels: true
BreakBeforeBraces: Linux
AlignEscapedNewlinesLeft: false
AllowShortFunctionsOnASingleLine: false
AlignTrailingComments: true
SpacesBeforeTrailingComments: 2
PenaltyReturnTypeOnItsOwnLine: 200
AllowAllParametersOfDeclarationOnNextLine: false
@ -15,4 +16,5 @@ AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackParameters: false
BreakBeforeBinaryOperators: true
BreakBeforeTernaryOperators: true
ContinuationIndentWidth: 4