diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..c1fec207c --- /dev/null +++ b/.clang-format @@ -0,0 +1,30 @@ +AlignAfterOpenBracket: DontAlign +AlignConsecutiveAssignments: false +AlignConsecutiveDeclarations: false +AlignConsecutiveMacros: false +AlignOperands: false +AllowAllArgumentsOnNextLine: false +AllowAllConstructorInitializersOnNextLine: false +AllowAllParametersOfDeclarationOnNextLine: false +AllowShortBlocksOnASingleLine: Never +AllowShortCaseLabelsOnASingleLine: false +AllowShortCompoundRequirementOnASingleLine: false +AllowShortFunctionsOnASingleLine: Empty +AllowShortIfStatementsOnASingleLine: Never +AllowShortLambdasOnASingleLine: None +AllowShortLoopsOnASingleLine: false +BasedOnStyle: LLVM +BinPackArguments: false +BinPackParameters: false +BreakBeforeBraces: Attach +ColumnLimit: 120 +ContinuationIndentWidth: 8 +Cpp11BracedListStyle: true +IndentPPDirectives: None +IndentWidth: 8 +PenaltyBreakBeforeFirstCallParameter: 10000000 +PenaltyBreakOpenParenthesis: 10000000 +ReflowComments: false +SortIncludes: Never +TabWidth: 8 +UseTab: Always \ No newline at end of file