From 282f670fe24bb772e1eb2929e1cb4c58ca3ad166 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Fri, 3 Oct 2025 21:50:22 +0200 Subject: Add and apply .clang-format --- .clang-format | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..3857289 --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +BasedOnStyle: GNU + +ColumnLimit: 100 +IndentWidth: 4 +TabWidth: 4 +UseTab: Never +PointerAlignment: Left +BreakBeforeBraces: Allman +SpaceBeforeParens: ControlStatements \ No newline at end of file -- cgit v1.2.3