From 37eecceda2cb19d5620c8d996e984342aec2c70a Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 7 Oct 2023 19:31:40 +0200 Subject: [PATCH] :fire: Remove obsolete .clang-format file --- .clang-format | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 879a1a0..0000000 --- a/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -BasedOnStyle: Google -ColumnLimit: 90 -AlignConsecutiveAssignments: true -KeepEmptyLinesAtTheStartOfBlocks: true \ No newline at end of file