forked from dataplat/dbatools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to UTF-8 without BOM, also line breaks
- Loading branch information
1 parent
ea1f0f9
commit 039480b
Showing
53 changed files
with
239 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,95 +1,95 @@ | ||
# Set default behaviour, in case users don't have core.autocrlf unset. | ||
* -text | ||
|
||
# These files are text and should be normalized (convert crlf => lf) | ||
*.cs text diff=csharp | ||
*.xaml text | ||
*.csproj text | ||
*.sln text | ||
*.tt text | ||
*.ps1 text | ||
*.cmd text | ||
*.msbuild text | ||
*.md text | ||
*.vb text | ||
*.resx text | ||
*.c text diff=cpp | ||
*.cpp text diff=cpp | ||
*.cxx text diff=cpp | ||
*.h text diff=cpp | ||
*.hxx text diff=cpp | ||
*.py text diff=python | ||
*.rb text diff=ruby | ||
*.java text diff=java | ||
*.html text diff=html | ||
*.htm text diff=html | ||
*.scss text | ||
*.sass text | ||
*.lisp text | ||
*.clj text | ||
*.sql text | ||
*.php text | ||
*.lua text | ||
*.m text | ||
*.asm text | ||
*.erl text | ||
*.fs text | ||
*.fsx text | ||
*.hs text | ||
|
||
*.csproj text=auto | ||
*.vbproj text=auto | ||
*.fsproj text=auto | ||
*.dbproj text=auto | ||
|
||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text=auto eol=crlf | ||
|
||
# Images should be treated as binary | ||
# (binary is a macro for -text -diff) | ||
*.png binary | ||
*.PNG binary | ||
*.jpg binary | ||
*.JPG binary | ||
*.jpeg binary | ||
*.JPEG binary | ||
*.gif binary | ||
*.GIF binary | ||
*.bmp binary | ||
*.BMP binary | ||
*.ico binary | ||
*.ICO binary | ||
*.ppm binary | ||
*.pgm binary | ||
*.pbm binary | ||
*.xpm -text diff -merge | ||
|
||
# Vector graphics | ||
*.svg -text diff -merge | ||
|
||
|
||
*.sdf binary | ||
|
||
# CMake files | ||
CMakeLists.txt text | ||
*.cmake text | ||
|
||
# Makefiles | ||
Makefile text | ||
makefile text | ||
GNUmakefile text | ||
*.mk text | ||
|
||
|
||
# diff behavior for common document formats | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain | ||
# Set default behaviour, in case users don't have core.autocrlf unset. | ||
* -text | ||
|
||
# These files are text and should be normalized (convert crlf => lf) | ||
*.cs text diff=csharp | ||
*.xaml text | ||
*.csproj text | ||
*.sln text | ||
*.tt text | ||
*.ps1 text | ||
*.cmd text | ||
*.msbuild text | ||
*.md text | ||
*.vb text | ||
*.resx text | ||
*.c text diff=cpp | ||
*.cpp text diff=cpp | ||
*.cxx text diff=cpp | ||
*.h text diff=cpp | ||
*.hxx text diff=cpp | ||
*.py text diff=python | ||
*.rb text diff=ruby | ||
*.java text diff=java | ||
*.html text diff=html | ||
*.htm text diff=html | ||
*.scss text | ||
*.sass text | ||
*.lisp text | ||
*.clj text | ||
*.sql text | ||
*.php text | ||
*.lua text | ||
*.m text | ||
*.asm text | ||
*.erl text | ||
*.fs text | ||
*.fsx text | ||
*.hs text | ||
|
||
*.csproj text=auto | ||
*.vbproj text=auto | ||
*.fsproj text=auto | ||
*.dbproj text=auto | ||
|
||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text=auto eol=crlf | ||
|
||
# Images should be treated as binary | ||
# (binary is a macro for -text -diff) | ||
*.png binary | ||
*.PNG binary | ||
*.jpg binary | ||
*.JPG binary | ||
*.jpeg binary | ||
*.JPEG binary | ||
*.gif binary | ||
*.GIF binary | ||
*.bmp binary | ||
*.BMP binary | ||
*.ico binary | ||
*.ICO binary | ||
*.ppm binary | ||
*.pgm binary | ||
*.pbm binary | ||
*.xpm -text diff -merge | ||
|
||
# Vector graphics | ||
*.svg -text diff -merge | ||
|
||
|
||
*.sdf binary | ||
|
||
# CMake files | ||
CMakeLists.txt text | ||
*.cmake text | ||
|
||
# Makefiles | ||
Makefile text | ||
makefile text | ||
GNUmakefile text | ||
*.mk text | ||
|
||
|
||
# diff behavior for common document formats | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### Is this a *feature* OR *bug*: | ||
### Is this a *feature* OR *bug*: | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Fixes # | ||
Fixes # | ||
|
||
Changes proposed in this pull request: | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
|
||
#region Source Code | ||
$source = @' | ||
using System; | ||
|
Oops, something went wrong.