diff --git a/.csharpierrc b/.csharpierrc new file mode 100644 index 0000000..9280e6a --- /dev/null +++ b/.csharpierrc @@ -0,0 +1,4 @@ +{ + "printWidth": 120, + "endOfLine": "lf" +} \ No newline at end of file diff --git a/.husky/task-runner.json b/.husky/task-runner.json index 542f94f..8910a09 100644 --- a/.husky/task-runner.json +++ b/.husky/task-runner.json @@ -4,7 +4,7 @@ { "name": "Run csharpier", "command": "dotnet", - "args": ["csharpier", "${staged}"], + "args": ["csharpier", "--config-path", ".csharpierrc", "${staged}"], "include": ["**/*.cs"] } ]