Skip to content

Commit f02eca0

Browse files
[clang-format] [NFC] Rerun dump_format_style.py
1 parent 60bf582 commit f02eca0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,14 +2360,15 @@ the configuration (without a prefix: ``Auto``).
23602360
When ``true``, includes are sorted in an alphabetical
23612361
fashion with case used as a tie-breaker.
23622362

2363+
23632364
.. code-block:: c++
23642365

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"
23712372

23722373
This option is off by default.
23732374

0 commit comments

Comments
 (0)