diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 09:22:15 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-22 09:24:32 -0600 |
commit | e8a4b45ce4adcbafb78048b207a87f453543fa93 (patch) | |
tree | 88ffa244192aef2eae55337ef683608783fe470b /misc/utility | |
parent | f952bfe9985ad8f507cc29b2c7601bbba18b8039 (diff) | |
download | redot-engine-e8a4b45ce4adcbafb78048b207a87f453543fa93.tar.gz |
Style: Add 19.1.0 LLVM options to `.clang-format`
Diffstat (limited to 'misc/utility')
-rw-r--r-- | misc/utility/.clang-format-glsl | 5 |
1 files changed, 4 insertions, 1 deletions
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 |