fix: disable SortIncludes for now

This commit is contained in:
Tropical 2026-03-13 16:16:53 -05:00
parent 6388de266a
commit 9a74f9b8ab

View file

@ -1,2 +1,3 @@
BasedOnStyle: Google
IndentWidth: 4
IndentWidth: 4
SortIncludes: false # FIXME: https://github.com/4jcraft/4jcraft/issues/225