diff --git a/.editorconfig b/.editorconfig index ff7e2f1..1707d87 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,17 +1,11 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs # editorconfig.org - root = true - [*] - # Change these settings to your own preference indent_style = space -indent_size = 4 +indent_size = 2 max_line_length = 120 - # We recommend you to keep these unchanged end_of_line = lf charset = utf-8 @@ -20,7 +14,3 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false - -[package.json] -indent_style = space -indent_size = 2 diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..75383b3 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +app/main.css \ No newline at end of file diff --git a/app/index.html b/app/index.html index 1d6501b..c017816 100644 --- a/app/index.html +++ b/app/index.html @@ -1,15 +1,14 @@ - -
+