diff --git a/.editorconfig b/.editorconfig index e717f5e..c308ed0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true diff --git a/.jshintrc b/.jshintrc index da64b6e..fa51fc3 100644 --- a/.jshintrc +++ b/.jshintrc @@ -6,7 +6,7 @@ "curly": true, "eqeqeq": true, "immed": true, - "indent": 2, + "indent": 4, "latedef": true, "newcap": true, "noarg": true, diff --git a/templates/common/root/.editorconfig b/templates/common/root/.editorconfig index e717f5e..c308ed0 100644 --- a/templates/common/root/.editorconfig +++ b/templates/common/root/.editorconfig @@ -3,7 +3,7 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true diff --git a/templates/common/root/.jshintrc b/templates/common/root/.jshintrc index da64b6e..fa51fc3 100644 --- a/templates/common/root/.jshintrc +++ b/templates/common/root/.jshintrc @@ -6,7 +6,7 @@ "curly": true, "eqeqeq": true, "immed": true, - "indent": 2, + "indent": 4, "latedef": true, "newcap": true, "noarg": true, diff --git a/templates/common/root/app/styles/main.sass b/templates/common/root/app/styles/main.sass index d2783e4..cbccc8a 100644 --- a/templates/common/root/app/styles/main.sass +++ b/templates/common/root/app/styles/main.sass @@ -1,8 +1,7 @@ -/* Your app's CSS, go crazy, make it your own */ +/* Your app's SASS, go crazy, make it your own */ -.ionic-logo { - display: block; - margin: 15px auto; - width: 96px; - height: 96px; -} +.ionic-logo + display: block + margin: 15px auto + width: 96px + height: 96px \ No newline at end of file