From 128404996f697414e38e8ee2182a27c8670b347a Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 23 Feb 2024 20:16:43 -0500 Subject: Format: add a clang-format that doesn't bug me --- .clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..f92c1d5 --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +TabWidth: 4 +IndentWidth: 4 +UseTab: Always +AlignAfterOpenBracket: BlockIndent +AlignOperands: false +AllowShortIfStatementsOnASingleLine: true +#InsertBraces: true +ColumnLimit: 110 -- cgit 1.4.1