VNC-151 Enable case-sensitive include sorting in .clang-format

This commit is contained in:
El 2025-06-24 16:05:09 +05:00
parent ce1b1c5899
commit f2c803d8bb
No known key found for this signature in database
GPG key ID: 205388FEB607950A

View file

@ -51,6 +51,7 @@ MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 2
NamespaceIndentation: All
SortIncludes: CaseSensitive
SpaceAfterCStyleCast: true
SpaceAfterTemplateKeyword: false
SpaceBeforeRangeBasedForLoopColon: false