Skip to content

Commit

Permalink
fix: Make Auto-formatting more automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinschmitz committed Mar 13, 2024
1 parent cb019c1 commit 198ecc0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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
singleQuote: true
trailingComma: 'all'
singleAttributePerLine: true
8 changes: 0 additions & 8 deletions .prettierrc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"prettier.enable": 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/>

0 comments on commit 198ecc0

Please sign in to comment.