[PATCH] D92257: [clang-format] Add option to control the space at the front of a line comment
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 1 03:25:54 PST 2020
MyDeveloperDay added inline comments.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:2710
+**SpacesInLineComments** (``SpacesInLineComment``)
+ How many spaces are allowed at the start of a line comment. To disable the
----------------
Is this change generated? with clang/doc/tools/dump_style.py or did you hand craft it?
ClangFormatStyleOptions.rst is always autogenerated from running dump_style.py, any text you want in the rst needs to be present in Format.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92257/new/
https://reviews.llvm.org/D92257
More information about the cfe-commits
mailing list