File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2360,14 +2360,15 @@ the configuration (without a prefix: ``Auto``).
2360
2360
When ``true ``, includes are sorted in an alphabetical
2361
2361
fashion with case used as a tie-breaker.
2362
2362
2363
+
2363
2364
.. code-block :: c++
2364
2365
2365
- false: true:
2366
- #include "A/B.h" vs. #include "A/B.h"
2367
- #include "A/b.h" #include "A/b.h"
2368
- #include "B/A.h" #include "a/b.h"
2369
- #include "B/a.h" #include "B/A.h"
2370
- #include "a/b.h" #include "B/a.h"
2366
+ false: true:
2367
+ #include "A/B.h" vs. #include "A/B.h"
2368
+ #include "A/b.h" #include "A/b.h"
2369
+ #include "B/A.h" #include "a/b.h"
2370
+ #include "B/a.h" #include "B/A.h"
2371
+ #include "a/b.h" #include "B/a.h"
2371
2372
2372
2373
This option is off by default.
2373
2374
You can’t perform that action at this time.
0 commit comments