From b5c137eb58420d49783415dca238fca10e9c36ba Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Fri, 17 Jun 2016 13:28:10 -0700 Subject: [PATCH] beautify --- .jsbeautifyrc | 13 ++++++------- app/app/index.html | 8 +++++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.jsbeautifyrc b/.jsbeautifyrc index eed9b200..9e2ba268 100644 --- a/.jsbeautifyrc +++ b/.jsbeautifyrc @@ -2,15 +2,14 @@ "indent_size": 4, "indent_char": " ", "preserve_newlines": true, - "css": - { + "css": { "indent_size": 4, "allowed_file_extensions": ["css", "scss", "sass", "less"] }, - - "html": - { - "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", ".hbs"] + "html": { + "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "hbs"] + }, + "js": { + "break_chained_methods": false } - } \ No newline at end of file diff --git a/app/app/index.html b/app/app/index.html index 9ef9630b..9a6174b3 100644 --- a/app/app/index.html +++ b/app/app/index.html @@ -1,5 +1,6 @@ + {{content-for 'head'}} @@ -13,9 +14,9 @@ - - {{content-for 'head-footer'}} + {{content-for 'head-footer'}} + {{content-for 'body'}} @@ -27,4 +28,5 @@ {{content-for 'body-footer'}} - + + \ No newline at end of file