3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-26 06:14:14 +01:00

small change in clang-format config.

This commit is contained in:
Olivier Parcollet 2014-01-12 15:07:25 +01:00
parent 6820f4865a
commit 92f4df91fe

View File

@ -4,6 +4,7 @@ AccessModifierOffset: 0
AlignEscapedNewlinesLeft: false AlignEscapedNewlinesLeft: false
AlignTrailingComments: true AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true AllowShortLoopsOnASingleLine: true
AlwaysBreakBeforeMultilineStrings: true AlwaysBreakBeforeMultilineStrings: true
@ -11,14 +12,17 @@ AlwaysBreakTemplateDeclarations: false
BinPackParameters: true BinPackParameters: true
BreakBeforeBinaryOperators: false BreakBeforeBinaryOperators: false
BreakBeforeBraces: Attach BreakBeforeBraces: Attach
BreakConstructorInitializersBeforeComma: true
ColumnLimit: 130 ColumnLimit: 130
ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 3 ConstructorInitializerIndentWidth: 3
#ContinuationIndentWidth:
Cpp11BracedListStyle: true Cpp11BracedListStyle: true
DerivePointerBinding : true DerivePointerBinding : true
IndentCaseLabels: true IndentCaseLabels: true
#IndentFunctionDeclarationAfterType:true #IndentFunctionDeclarationAfterType:true
IndentWidth: 1 IndentWidth: 1
Language: Cpp
MaxEmptyLinesToKeep: 3 MaxEmptyLinesToKeep: 3
NamespaceIndentation : Inner NamespaceIndentation : Inner
PointerBindsToType: true PointerBindsToType: true
@ -26,6 +30,7 @@ SpaceAfterControlStatementKeyword: true
SpaceBeforeAssignmentOperators: true SpaceBeforeAssignmentOperators: true
SpaceInEmptyParentheses: false SpaceInEmptyParentheses: false
SpacesInParentheses: false SpacesInParentheses: false
SpacesInAngles:false
Standard: Cpp11 Standard: Cpp11
TabWidth: 1 TabWidth: 1
UseTab: Never UseTab: Never