From 1ba21da6cbc63c0c549fb92731e25bedc482eb51 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 4 Sep 2025 22:25:39 +0200 Subject: Unify the directory, add new analysis methods, unify the code style Signed-off-by: Filip Wandzio --- .clang-format | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format deleted file mode 100644 index b838e4d..0000000 --- a/.clang-format +++ /dev/null @@ -1,6 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 8 -UseTab: ForIndentation -BreakBeforeBraces: Linux -AllowShortIfStatementsOnASingleLine: false -ColumnLimit: 80 -- cgit v1.2.3