Add README.md #29
Labels
No labels
Agent/Chrome-Android
Agent/Chrome-Desktop
Agent/Chrome-iOS
Agent/Firefox-Android
Agent/Firefox-Desktop
Agent/Firefox-iOS
Agent/Safari-Desktop
Agent/Safari-iOS
Code/Backend
Code/DevOps
Code/Frontend
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aniram/cidadon#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should include:
Go template rule
Go template data i.e. everything that goes inside "{{ }}" should be indented in such a way that if it were removed the HTML inside of it would still be indented properly. So, do not indent the template data extra, treat it like normal HTML, and if it has as children more template data do not indent them either. Who sets the indentation level is always the HTML. HTML is king. In doubt look at the HTML.
E.g.:
✅
❌
Rationale: Later on the HTML will become hard to read.
HTML with more than 3 CSS classes rule
Put the class attribute in its own line if the tag has more than 3 CSS classes.
✅
✅
❌