From e8a4b45ce4adcbafb78048b207a87f453543fa93 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Fri, 22 Nov 2024 09:22:15 -0600 Subject: Style: Add 19.1.0 LLVM options to `.clang-format` --- misc/utility/.clang-format-glsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc/utility') diff --git a/misc/utility/.clang-format-glsl b/misc/utility/.clang-format-glsl index 59efa8fa35..c588df0236 100644 --- a/misc/utility/.clang-format-glsl +++ b/misc/utility/.clang-format-glsl @@ -30,7 +30,10 @@ JavaImportGroups: - com.google - java - javax -KeepEmptyLinesAtTheStartOfBlocks: false +KeepEmptyLines: + AtEndOfFile: false + AtStartOfBlock: false + AtStartOfFile: false ObjCBlockIndentWidth: 4 PackConstructorInitializers: NextLine RemoveSemicolon: false # Differs from base .clang-format -- cgit v1.2.3