From f33c70176cd078c6e1c189b9c2a61089422129c9 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Mon, 8 Sep 2025 19:09:10 +0200 Subject: Enforce code style, reformat project Signed-off-by: Filip Wandzio --- .clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..b838e4d --- /dev/null +++ b/.clang-format @@ -0,0 +1,6 @@ +BasedOnStyle: LLVM +IndentWidth: 8 +UseTab: ForIndentation +BreakBeforeBraces: Linux +AllowShortIfStatementsOnASingleLine: false +ColumnLimit: 80 -- cgit v1.2.3