We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions from @tocic:
<changes> — <reason> — <automatable>:
using namespace std;
clang-tidy
clang-format
(...)
[some text]
*
**
_
__
https
http
git
>
""
¶note-X
¶general-example-Y
[*Note X*:
— *end example*]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggestions from @tocic:
<changes> — <reason> — <automatable>:
using namespace std;
— more vertical space —clang-tidy
/greppableclang-format
can consistently do the oppositeclang-format
(...)
for omitting,[some text]
for our remarks inside references — consistency — not*
/**
instead of_
/__
— consistency, to support_
in refs — nothttps
instead ofhttp
— security — greppablegit
>
instead of""
for refs — easier to read, better highlighting — not>
instead of just>
— consistency, easier to read — greppable>
(right angle bracket + newline) for linebreaks in quotes — vanilla markdown syntax, idk why it renders correctly without them — not¶note-X
and¶general-example-Y
directly where appropriate — no need to write[*Note X*:
and— *end example*]
— notThe text was updated successfully, but these errors were encountered: