Skip to content

Commit ca7a5fb

Browse files
committed
Migrate to slnx
1 parent 48900c6 commit ca7a5fb

File tree

7 files changed

+126
-258
lines changed

7 files changed

+126
-258
lines changed

.editorconfig

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,9 @@ trim_trailing_whitespace = true
3131
# Set file behavior to:
3232
# 2 space indentation
3333
###############################################################################
34-
[*.{cmd,config,csproj,json,props,ps1,resx,sh,targets,yml}]
34+
[*.{cmd,config,csproj,json,props,ps1,resx,sh,slnx,targets,yml}]
3535
indent_size = 2
3636

37-
###############################################################################
38-
# Set file behavior to:
39-
# Windows-style line endings, and
40-
# tabular indentation
41-
###############################################################################
42-
[*.sln]
43-
end_of_line = crlf
44-
indent_style = tab
45-
4637
###############################################################################
4738
# Set file header template to the specified text
4839
###############################################################################

.gitattributes

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,10 @@
2121
*.ps1 text eol=lf
2222
*.resx text eol=lf
2323
*.sh text eol=lf
24-
*.sln text eol=lf
24+
*.slnx text eol=lf
2525
*.targets text eol=lf
2626
*.yml text eol=lf
2727

28-
###############################################################################
29-
# Set explicit file behavior to:
30-
# treat as text and
31-
# normalize to Windows-style line endings
32-
###############################################################################
33-
*.sln text eol=crlf
34-
3528
###############################################################################
3629
# Set explicit file behavior to:
3730
# treat as binary

ClangSharp.sln

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

0 commit comments

Comments
 (0)