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'}} - + +