Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
no commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
117 committed Jul 25, 2023
1 parent 910219c commit 2ad911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prettify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
- name: Format code
uses: creyD/[email protected]
with:
dry: true
github_token: ${{ secrets.GITHUB_TOKEN }}
prettier_options: --write ./src
3 changes: 1 addition & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"singleAttributePerLine": false,
"pluginSearchDirs": false
"singleAttributePerLine": false
}

0 comments on commit 2ad911d

Please sign in to comment.