Skip to content

Commit 7611757

Browse files
committed
chore: Migrate to slnx format
1 parent 5dec065 commit 7611757

3 files changed

Lines changed: 8 additions & 42 deletions

File tree

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ indent_style = space
77
insert_final_newline = true
88
trim_trailing_whitespace = true
99

10-
[*.{sln}]
11-
charset = utf-8-bom
12-
1310
[*.{json,md,js,ts,jsx,tsx,yml,yaml,html,css,scss,htm,xml}]
1411
indent_size = 2

FixNormalization.sln

Lines changed: 0 additions & 39 deletions
This file was deleted.

FixNormalization.slnx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Solution>
2+
<Folder Name="/src/">
3+
<Project Path="src/FixNormalization/FixNormalization.csproj" />
4+
</Folder>
5+
<Folder Name="/tests/">
6+
<Project Path="tests/FixNormalization.Tests/FixNormalization.Tests.csproj" />
7+
</Folder>
8+
</Solution>

0 commit comments

Comments
 (0)