4 SPACES ON ALL THE THINGS FROM NOW ON

This commit is contained in:
John O'Nolan 2013-08-20 15:31:09 +02:00
parent 0ce2958ee7
commit c41da7c94d

View File

@ -85,8 +85,7 @@ For more in depth information please read the official [Ghost Coding Standards](
### HTML & CSS
- Two spaces for HTML indentation. Never tabs.
- Four spaces for SASS indentation. Never tabs.
- 4 spaces for HTML & CSS indentation. Never tabs.
- Double quotes only, never single quotes.
- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
- Adhere to the [Recess CSS property order](http://markdotto.com/2011/11/29/css-property-order/).