From 215c4a85e51966f443f83b7aa197f59976779c8e Mon Sep 17 00:00:00 2001 From: "Christian W. Zuckschwerdt" <christian@zuckschwerdt.org> Date: Thu, 28 Feb 2019 15:15:33 +0100 Subject: [PATCH] Add clang format config --- .clang-format | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..deaad3fa --- /dev/null +++ b/.clang-format @@ -0,0 +1,11 @@ +UseTab: Never +IndentWidth: 4 +ContinuationIndentWidth: 8 +BreakBeforeBraces: Stroustrup +AlignAfterOpenBracket: DontAlign +AlignEscapedNewlines: DontAlign +AlignConsecutiveAssignments: true +AllowShortIfStatementsOnASingleLine: false +IndentCaseLabels: false +ColumnLimit: 0 +SortIncludes: false