From c41da7c94dbb6a7d02d02dab65c7e866cdd83493 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 20 Aug 2013 15:31:09 +0200 Subject: [PATCH] 4 SPACES ON ALL THE THINGS FROM NOW ON --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0e7297c2f..e89a3ce91f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/).