From 3c78eb171340b1ff24f036b8e36280ce350be6bb Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Wed, 27 Nov 2024 10:11:17 -0600 Subject: Style: Downgrade `.clang-format` arguments to 17.x --- misc/utility/.clang-format-glsl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'misc/utility/.clang-format-glsl') diff --git a/misc/utility/.clang-format-glsl b/misc/utility/.clang-format-glsl index c588df0236..59efa8fa35 100644 --- a/misc/utility/.clang-format-glsl +++ b/misc/utility/.clang-format-glsl @@ -30,10 +30,7 @@ JavaImportGroups: - com.google - java - javax -KeepEmptyLines: - AtEndOfFile: false - AtStartOfBlock: false - AtStartOfFile: false +KeepEmptyLinesAtTheStartOfBlocks: false ObjCBlockIndentWidth: 4 PackConstructorInitializers: NextLine RemoveSemicolon: false # Differs from base .clang-format -- cgit v1.2.3