From aa09da6f20a0c9dd161eeafdd5ebad172dbd488f Mon Sep 17 00:00:00 2001 From: Reuben Dunnington Date: Mon, 14 Aug 2023 11:52:41 -0700 Subject: [PATCH] add .clang-format --- .clang-format | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..4cd7e22 --- /dev/null +++ b/.clang-format @@ -0,0 +1,16 @@ +ColumnLimit: 0 +IndentPPDirectives: BeforeHash +IndentWidth: 4 +MaxEmptyLinesToKeep: 1 +PointerAlignment: Left +SeparateDefinitionBlocks: Always +SortIncludes: true +SpaceBeforeParens: Never +SpacesInLineCommentPrefix: + Minimum: 1 + Maximum: -1 +TabWidth: 4 +UseTab: Never +BreakBeforeBraces: Allman +AllowAllArgumentsOnNextLine: false +Cpp11BracedListStyle: false \ No newline at end of file