Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 463 Bytes

code-style-guide

Primary source of code best practices. Useful for PRs and disputes.

Index

Misc

Setup your editor to remove trailing white space on save (or command if you preffer), eg. with vscode. Additionally setup your editor to use trailing new lines at the end of files (it just looks nice and it is easier when adding new stuff to the bottom of files).