Skip to content

Commit

Permalink
Merge pull request #5 from global-121/fix--formatting
Browse files Browse the repository at this point in the history
fix: Adjust configuration of (auto-)formatting in VSCode
  • Loading branch information
elwinschmitz authored Mar 13, 2024
2 parents cb019c1 + 25d1a6f commit d5045a1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See: https://prettier.io/docs/en/configuration

arrowParens: "always"
editorconfig: true
semi: true
singleAttributePerLine: true
singleQuote: true
trailingComma: "all"
8 changes: 0 additions & 8 deletions .prettierrc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ms-vscode.live-server",
"editorconfig.editorconfig",
"anteprimorac.html-end-tag-labels",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"redhat.vscode-yaml"
]
}
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"prettier.enable": true,
"prettier.singleAttributePerLine": true
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 121-Patform Status
# 121-Platform Status

See: <https://status.121.global/>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<!--
__ ______ __
/ ) (_____ \ / )
__ _______ __
/ ) (_____ \ / )
(_ | ____) ) (_ |
| | / ____/ | |
| | | (_____ | |
Expand Down

0 comments on commit d5045a1

Please sign in to comment.