From bd7b63690d60e4d86a81e09a03434c9e17323a83 Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Tue, 17 Jan 2017 10:28:30 -0800 Subject: [PATCH] Reduce indentation of HTML snippet This makes the indentation of the `html` snippet consistent with how Atom auto-indents its expanded contents when the 'Auto Indent' command is run. --- snippets/language-html.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/language-html.cson b/snippets/language-html.cson index 8845850..661fcee 100644 --- a/snippets/language-html.cson +++ b/snippets/language-html.cson @@ -159,7 +159,7 @@ 'body': '
' 'HTML': 'prefix': 'html' - 'body': '\n\n\t\n\t\t\n\t\t$1\n\t\n\t\n\t\t$2\n\t\n' + 'body': '\n\n\n\t\n\t$1\n\n\n\t$2\n\n' # I 'Italic': 'prefix': 'i'