Author: Björn Schäpers Date: 2021-01-25T21:02:41+01:00 New Revision: f02eca0f3feffc5e1afb92eeb4cfc23b9f28aa25
URL: https://github.com/llvm/llvm-project/commit/f02eca0f3feffc5e1afb92eeb4cfc23b9f28aa25 DIFF: https://github.com/llvm/llvm-project/commit/f02eca0f3feffc5e1afb92eeb4cfc23b9f28aa25.diff LOG: [clang-format] [NFC] Rerun dump_format_style.py Added: Modified: clang/docs/ClangFormatStyleOptions.rst Removed: ################################################################################ diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index f6ff57156177..c12ecf4d907f 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -2360,14 +2360,15 @@ the configuration (without a prefix: ``Auto``). When ``true``, includes are sorted in an alphabetical fashion with case used as a tie-breaker. + .. code-block:: c++ - false: true: - #include "A/B.h" vs. #include "A/B.h" - #include "A/b.h" #include "A/b.h" - #include "B/A.h" #include "a/b.h" - #include "B/a.h" #include "B/A.h" - #include "a/b.h" #include "B/a.h" + false: true: + #include "A/B.h" vs. #include "A/B.h" + #include "A/b.h" #include "A/b.h" + #include "B/A.h" #include "a/b.h" + #include "B/a.h" #include "B/A.h" + #include "a/b.h" #include "B/a.h" This option is off by default. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits