[PATCH] D121749: [clang-format][docs] Regenerate ClangFormatStyleOptions.rst
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 17 06:03:50 PDT 2022
MyDeveloperDay added inline comments.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:361
- * ``bool AlignCompound`` Only for ``AlignConsecutiveAssignments``. Whether compound
- assignments like ``+=`` are aligned along with ``=``.
+ * ``bool AlignCompound`` Only for ``AlignConsecutiveAssignments``. Whether compound assignments
+ like ``+=`` are aligned along with ``=``.
----------------
Is this wider than 80 chars?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121749/new/
https://reviews.llvm.org/D121749
More information about the cfe-commits
mailing list