From f6ca87a6bf093ec3348cc9fe431515d7b9755677 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Mon, 19 Oct 2020 18:24:46 +0200 Subject: [PATCH] Add .clang-format --- .clang-format | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .clang-format 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