From ad89e1050da046f195b683d765d7060e32b71d8a Mon Sep 17 00:00:00 2001 From: Jan Wolff Date: Wed, 10 Dec 2025 15:52:34 +0100 Subject: initial commit --- .clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..b88d285 --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +# Linux-like style +BasedOnStyle: LLVM +IndentWidth: 4 +UseTab: Never +BreakBeforeBraces: Linux +AllowShortIfStatementsOnASingleLine: true +IndentCaseLabels: false +# Force pointers to the type +DerivePointerAlignment: false +PointerAlignment: Left -- cgit v1.2.3