From c0e13eebcae3a5034295ad292fa4eae0fedc8324 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Tue, 3 Oct 2023 23:22:49 +0200 Subject: [PATCH] .clangd: remove unnecessary empty line --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index c1c19df..022a6b4 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,3 @@ - BasedOnStyle: Google ColumnLimit: 100 IndentWidth: 8