-
Notifications
You must be signed in to change notification settings - Fork 1
Coding Standards
Connor Fong edited this page Jan 12, 2019
·
2 revisions
All pull-requests should follow their project specific coding guidelines before they are merged.
- Use 2 spaces for indentation
- Single quotes
- Use 4 spaces for indentation
- Double quotes
- Use semicolons
- Functions: camelCase, Variables: camelCase, Components & Classes: PascalCase
- Folder names are either single word lowercase or snake_case for multiple words