Skip to content

Commit 4cb0374

Browse files
authoredFeb 28, 2024
Normalize line endings (#642)
+semver:patch
1 parent 9437211 commit 4cb0374

File tree

1,166 files changed

+91221
-91208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,166 files changed

+91221
-91208
lines changed
 

‎.editorconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ root = true
22
; This file is for unifying the coding style for different editors and IDEs.
33
; More information at http://EditorConfig.org
44

5-
6-
[*]
7-
end_of_line = crlf
8-
95
[*.ps1]
106
indent_style = space
117
indent_size = 2

‎.gitattributes

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
[core]
2-
autocrlf=false
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.cs text diff=csharp
7+
*.xaml text
8+
*.txt text
9+
*.tt text
10+
*.ps1 text
11+
*.cmd text
12+
*.msbuild text
13+
*.md text
14+
15+
*.sln text eol=crlf
16+
*.csproj text eol=crlf
17+
*.vbproj text eol=crlf
18+
*.fsproj text eol=crlf
19+
*.dbproj text eol=crlf
20+
21+
# Resharper DotSettings files are in Unix format
22+
*.DotSettings text eol=lf
23+
24+
# Binary files
25+
*.png binary
26+
*.jpg binary
27+
*.dll binary
28+
*.exe binary

0 commit comments

Comments
 (0)