Skip to content

Commit

Permalink
Prettier 4 C#
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed Jun 28, 2023
1 parent a2247b0 commit 20d97c6
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
if: matrix.os == 'windows-latest'
uses: ncipollo/[email protected]
with:
tag: v1.3.0
tag: v1.3.1
71 changes: 70 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"prettier-csharp": "^0.5.0-development"
}
}

0 comments on commit 20d97c6

Please sign in to comment.