diff --git a/.vscode/settings.json b/.vscode/settings.json index a7a7852..ee1def7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "editor.defaultFormatter": "charliermarsh.ruff" + "editor.defaultFormatter": "charliermarsh.ruff", + "[html]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[css]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } } \ No newline at end of file diff --git a/server/frontend/.prettierrc b/server/frontend/.prettierrc new file mode 100644 index 0000000..bfcf56a --- /dev/null +++ b/server/frontend/.prettierrc @@ -0,0 +1,4 @@ +{ + "singleQuote": false, + "htmlWhitespaceSensitivity": "css" +} \ No newline at end of file diff --git a/server/frontend/public/assets/css/main.css b/server/frontend/public/assets/css/main.css index c2140b8..ccf22a0 100644 --- a/server/frontend/public/assets/css/main.css +++ b/server/frontend/public/assets/css/main.css @@ -1,3 +1,3 @@ h1 { - color: blue; -} \ No newline at end of file + color: blue; +} diff --git a/server/frontend/public/index.html b/server/frontend/public/index.html index 1527765..99b0eac 100644 --- a/server/frontend/public/index.html +++ b/server/frontend/public/index.html @@ -1,12 +1,12 @@ - - -
- - + + + + +