diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..e274ab3 --- /dev/null +++ b/.clang-format @@ -0,0 +1,14 @@ +AlignAfterOpenBracket: AlwaysBreak +AlignConsecutiveDeclarations: true +AlignConsecutiveMacros: true +AllowAllParametersOfDeclarationOnNextLine: false +BinPackArguments: false +BinPackParameters: false +ContinuationIndentWidth: 4 +IndentCaseLabels: true +IndentWidth: 4 +ObjCBlockIndentWidth: 4 +PointerAlignment: Left +UseTab: Never +ColumnLimit: 100 +AlignConsecutiveAssignments: true