-
Notifications
You must be signed in to change notification settings - Fork 0
add new projects to showcase #345
New issue
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
Conversation
ineiti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generic comment:
- Please use a hard wrap of 80 or 72 characters
- Every sentence should start on a new line
This helps reading on badly configured editors and makes commits more concise and readable.
I cannot get prettier to line-wrap on new sentences. So this is the next best I can come up with:
prettier --prose-wrap always --print-width 80 --parser html anyway.tplThe eid-Innosuisse entry is awful - I'll have to fix that...
|
updated the template files as you requested, hope I understood your suggestion regarding the sentences correctly I didn't change the |
ineiti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great - looks much better now, just in case we'd want to edit the files later.
Did you do the sentence break manually? I didn't find the flag for prettier to do so.
adds/updates:
closes https://github.com/c4dt/TODO/issues/527
closes c4dt/showcase_v2#222