diff --git a/docs/guidelines.md b/docs/guidelines.md index 39006a9683..faf10178a6 100644 --- a/docs/guidelines.md +++ b/docs/guidelines.md @@ -14,6 +14,7 @@ Best practices and guidelines for writing HTML and CSS with approachable formatt ### General formatting +* Use soft-tabs with a two space indent. Spaces are the only way to guarantee code renders the same in any person's environment. * Paragraphs of text should always be placed in a `

` tag. Never use multiple `
` tags. * Items in list form should always be in `