Skip to content

Commit

Permalink
Add csharpier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiuh committed Jan 1, 2024
1 parent b08f44f commit 1192192
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/activation.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
run: dotnet format JamGame/JamGame.csproj --verify-no-changes --include JamGame/Assets/Scripts -v d

- name: Run csharpier format
run: dotnet csharpier 'JamGame\Assets\Scripts\' --check
run: dotnet csharpier --config-path 'JamGame\.csharpierrc.json' 'JamGame\Assets\Scripts\' --check
6 changes: 6 additions & 0 deletions JamGame/.csharpierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 100,
"useTabs": false,
"tabWidth": 4,
"endOfLine": "crlf"
}

0 comments on commit 1192192

Please sign in to comment.