Cheatography
https://cheatography.com
IDE + GIT base config for developers. In addition, commit messages conventions
IDE Config (Java & JS)Text file encoding | UTF-8 | New text file delimiter | Unix | Indentation | Spaces only; size: 4 | Line Wrapping | Max line width: 120 | Wrapping settings/Function Calls Qualified invocations | Wrap all elements, except first element if not necessary |
Wrap all elements, every element on a new linenew Dog("Scooby Doo").pa()
.pa()
.andThen()
.theThing()
.sounds()
.ra("!")
.ra("!!")
.ra("!!!");
|
| | GIT Config@Unix (Linux/Mac) | git config --global core.autocrlf input | @Windows | git config --global core.autocrlf true | @All | git config --global push.default simple | | git config --global pull.rebase true | | git config --global rerere.enabled true |
Commits conventionsImperative mood (git short style): Add, Update, Delete, Fix, Merge, etc, etc | Add title 50 chars max | -- empty line between title and body -- | Add body 72 chars max per line |
Example:
Summarize changes in around 50 characters or less
More detailed explanatory text, if necessary. Wrap it to about 72 characters or so.
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets