Skip to content

Commit 4c76aab

Browse files
committed
Fix auto formatter
1 parent abc7225 commit 4c76aab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.csharpierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 120,
3+
"endOfLine": "lf"
4+
}

.husky/task-runner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Run csharpier",
66
"command": "dotnet",
7-
"args": ["csharpier", "${staged}"],
7+
"args": ["csharpier", "--config-path", ".csharpierrc", "${staged}"],
88
"include": ["**/*.cs"]
99
}
1010
]

0 commit comments

Comments
 (0)