Skip to content

Commit

Permalink
Fix auto formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Jan 20, 2025
1 parent abc7225 commit 4c76aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .csharpierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"endOfLine": "lf"
}
2 changes: 1 addition & 1 deletion .husky/task-runner.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Run csharpier",
"command": "dotnet",
"args": ["csharpier", "${staged}"],
"args": ["csharpier", "--config-path", ".csharpierrc", "${staged}"],
"include": ["**/*.cs"]
}
]
Expand Down

0 comments on commit 4c76aab

Please sign in to comment.