I'm having an issue where if I have SortIncludes: true in my .clang-format file it will never consider the file properly formatted.
I see in this commit:
0b38808
That SortIncludes was set to false in the default .clang-format but we would prefer to continue using it.
Is this just not an option anymore?
I'm having an issue where if I have
SortIncludes: truein my.clang-formatfile it will never consider the file properly formatted.I see in this commit:
0b38808
That
SortIncludeswas set tofalsein the default.clang-formatbut we would prefer to continue using it.Is this just not an option anymore?