lint: src/.clang-format

Move to top level so that

    clang-format -style=file

can find it regardless of current directory.
这个提交包含在:
Justin M. Keyes 2017-03-29 17:34:50 +02:00
父节点 519224f6bd
当前提交 67305ffb5d
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -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