| Index: c++/clang-format/clang-format-eyeo | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/c++/clang-format/clang-format-eyeo | 
| @@ -0,0 +1,56 @@ | 
| +--- | 
| +Language:        Cpp | 
| +AccessModifierOffset: -2 | 
| +AlignAfterOpenBracket: Align | 
| +AlignEscapedNewlinesLeft: false | 
| +AlignTrailingComments: true | 
| +AllowAllParametersOfDeclarationOnNextLine: false | 
| +AllowShortBlocksOnASingleLine: false | 
| +AllowShortFunctionsOnASingleLine: All | 
| +AllowShortIfStatementsOnASingleLine: false | 
| +AllowShortLoopsOnASingleLine: false | 
| +AlwaysBreakBeforeMultilineStrings: false | 
| +AlwaysBreakTemplateDeclarations: true | 
| +BinPackParameters: true | 
| +BreakBeforeBinaryOperators: false | 
| +BreakBeforeBraces: Allman | 
| +BreakBeforeTernaryOperators: false | 
| +BreakConstructorInitializersBeforeComma: false | 
| +ColumnLimit: 0 | 
| +CommentPragmas:  '^ IWYU pragma:' | 
| +ConstructorInitializerAllOnOneLineOrOnePerLine: true | 
| +ConstructorInitializerIndentWidth: 2 | 
| +ContinuationIndentWidth: 2 | 
| +Cpp11BracedListStyle: true | 
| +DerivePointerAlignment: false | 
| +DisableFormat:   false | 
| +ExperimentalAutoDetectBinPacking: false | 
| +ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ] | 
| +IndentCaseLabels: true | 
| +IndentFunctionDeclarationAfterType: false | 
| +IndentWidth: 2 | 
| +IndentWrappedFunctionNames: false | 
| +KeepEmptyLinesAtTheStartOfBlocks: false | 
| +MaxEmptyLinesToKeep: 1 | 
| +NamespaceIndentation: All | 
| +PenaltyBreakBeforeFirstCallParameter: 19 | 
| +PenaltyBreakComment: 300 | 
| +PenaltyBreakFirstLessLess: 120 | 
| +PenaltyBreakString: 1000 | 
| +PenaltyExcessCharacter: 1000000 | 
| +PenaltyReturnTypeOnItsOwnLine: 200 | 
| +PointerAlignment: Left | 
| +SpaceBeforeAssignmentOperators: true | 
| +SpaceBeforeParens: ControlStatements | 
| +SpaceInEmptyParentheses: false | 
| +SpacesBeforeTrailingComments: 1 | 
| +SpacesInAngles: false | 
| +SpacesInContainerLiterals: true | 
| +SpacesInCStyleCastParentheses: false | 
| +SpacesInParentheses: false | 
| +SpacesInSquareBrackets: false | 
| +Standard: Cpp11 | 
| +TabWidth: 8 | 
| +UseTab: Never | 
| +... | 
| + | 
|  |