Enforce at least one space after comment symbol - #951
Conversation
|
@reese peaceful? |
|
Peaceful with the concept, there's still some stuff to fix in the PR (which is why I assume it's a draft), such as exempting shebang comments from this (I don't think something like |
Yep, still working on this |
dade4ad to
bc04e81
Compare
|
Another load bearing sigil is |
38401b4 to
a4b4db5
Compare
|
LGTM besides the nits above. I'm gonna leave this for Stripe folks (r? @fables-tales || @froydnj) to give final approval to make sure it aligns with whatever style expectations y'all have agreed on. |
@reese Thank you! And also, 👋 |
Autoformats comments to have at least one space after
#for better readability, i.e.:will be formatted to:
Note: the space is added after the first non-
#leading character, i.e.:✅ will be formatted to:
❌ and not to:
A few exceptions will be untouched, since these hold special meaning or count as convention: