Open
Description
In discussion during code review, some decisions have been pointed out that have not been codified in the guidelines:
-
The current rule for indentation in
itemize
doesn't seem accurate. That is:\begin{itemize} \item A B C D. \end{itemize}
I have indented the library part of reflections like this, believing that the guidelines are correct, but I can see that Jens doesn't bother indenting after
\item
. -
We have a rule to indent two spaces after a template-head, but this allegedly doesn't apply to
struct
. Some C++26 wording still follows this outdated rule, like:template<auto V> struct nontype_t { explicit nontype_t() = default; }; template<auto V> constexpr nontype_t<V> nontype{};
If this is not what we want, it should be clarified.
@burblebee do you have links to the discussions where these decisions have been made?
Metadata
Metadata
Assignees
Labels
No labels