From 835e4bee6035cdc9759c73fe1d22b37775a7ea6d Mon Sep 17 00:00:00 2001 From: cflip Date: Thu, 1 Jun 2023 10:23:27 -0600 Subject: Remove ClangFormat and ClangTidy files These were leftovers from the C++ version of this project. It might still be nice to have a formatter and static analyzer, but the configurations in those files didn't work well with the new C port. --- .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 fa16c48..0000000 --- a/.clang-format +++ /dev/null @@ -1,6 +0,0 @@ ---- -Language: Cpp -BasedOnStyle: WebKit -UseTab: Always -TabWidth: 4 -PackConstructorInitializers: NextLine -- cgit v1.2.3