Fixes more line ending issues (#267)
This commit is contained in:
parent
12e935e4f4
commit
23b8dff68c
147 changed files with 72662 additions and 72665 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
|
@ -1,5 +1,7 @@
|
|||
# General file endings
|
||||
* text=auto
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
*.cs text diff=csharp
|
||||
*.csproj text eol=crlf
|
||||
*.json text eol=lf
|
||||
|
|
@ -7,4 +9,9 @@
|
|||
*.sh text eol=lf
|
||||
*.sln text eol=crlf
|
||||
*.yml text eol=lf
|
||||
|
||||
# Specific paths
|
||||
Directory.Build.props text eol=crlf
|
||||
LICENSE text eol=lf
|
||||
publish.cmd text eol=lf
|
||||
THIRD-PARTY-NOTICES text eol=lf
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
IMPORTANT NOTE
|
||||
--------------
|
||||
|
||||
The contents of this directory, are not necessarily OSI-accurate, or even based on
|
||||
OSI features. Simply, its a small collection of useful tools and systems that a
|
||||
shard admin may find big help.
|
||||
|
||||
We know its not accurate, we know it cant be made accurate, so .. :)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue