Skip to content

Commit 4689997

Browse files
authored
Use file-scoped namespaces and reformat everything using csharpier (#13)
1 parent 339b81d commit 4689997

File tree

8 files changed

+2196
-1974
lines changed

8 files changed

+2196
-1974
lines changed

.chsharpier.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
printWidth: 80

.config/dotnet-tools.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"csharpier": {
6+
"version": "1.2.1",
7+
"commands": [
8+
"csharpier"
9+
],
10+
"rollForward": false
11+
}
12+
}
13+
}

.csharpierignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.csproj
2+
*.csproj.user
3+
*.props
4+
*.targets
5+
*.config
6+
GameData

0 commit comments

Comments
 (0)