================
@@ -1503,6 +1503,77 @@ TEST_F(SortIncludesTest, IgnoreExtension) {
"input.h"));
}
+TEST_F(SortIncludesTest, FilesBeforeFolders) {
+ FmtStyle.SortIncludes.FilesBeforeFolders = true;
----------------
Shiakaron wrote:
The default (existing) behaviour is false - is there any value in explicitly
specifying it? I guess it will make the difference in sorting obvious
https://github.com/llvm/llvm-project/pull/208954
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits