Skip to content

Commit 76f7b39

Browse files
committed
.sln -> .slnx
1 parent bc0af49 commit 76f7b39

File tree

6 files changed

+150
-562
lines changed

6 files changed

+150
-562
lines changed

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ indent_style = space
1717
indent_size = 2
1818
insert_final_newline = true
1919

20-
[*.{xml,config,csproj,props,targets,nuspec}]
20+
[*.{xml,config,slnx,csproj,props,targets,nuspec}]
2121
indent_style = space
2222
indent_size = 2
2323

24-
[*.sln]
25-
insert_final_newline = true
26-
2724
[*.{txt,md}]
2825
indent_style = space
2926
indent_size = unset

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Custom for Visual Studio
55
*.cs diff=csharp
6-
*.sln merge=union
6+
*.slnx merge=union
77
*.csproj merge=union
88

99
# Standard to msysgit

JavaScriptEngineSwitcher.NoSamples.sln

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

0 commit comments

Comments
 (0)