diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..f37c784 --- /dev/null +++ b/.clang-format @@ -0,0 +1,12 @@ +BasedOnStyle: LLVM +ColumnLimit: 100 +ConstructorInitializerIndentWidth: 0 +AllowShortFunctionsOnASingleLine: None +PointerAlignment: Left +SortIncludes: false +ConstructorInitializerAllOnOneLineOrOnePerLine: false +SpaceBeforeParens: ControlStatements +SpacesInContainerLiterals: true +Cpp11BracedListStyle: false +IndentCaseLabels: true +BreakBeforeBraces: WebKit