Skip to content
This repository was archived by the owner on Apr 27, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 393 Bytes

File metadata and controls

16 lines (10 loc) · 393 Bytes

Coding Guide

For JS see: github.com/jshttp/style-guide/blob/master/javascript.md

Basics

  • Spaces

Always use soft tabs (.i.e. spaces), depending on the language:
HTML/JS/SASS: 2 spaces
PHP: 4 spaces

  • Naming

Package/Dependency management

  • TODO: Explain the meaning/internal use of >=, ~, ^