Skip to content

Commit

Permalink
updated to UTF-8 without BOM, also line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Feb 27, 2017
1 parent ea1f0f9 commit 039480b
Show file tree
Hide file tree
Showing 53 changed files with 239 additions and 239 deletions.
190 changes: 95 additions & 95 deletions .gitattributes
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
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*:



Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fixes #
Fixes #

Changes proposed in this pull request:
-
Expand Down
2 changes: 1 addition & 1 deletion bin/dbatools-index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"CommandName": "Backup-DbaDatabase",
"Description": "Performs a backup of a specified type of 1 or more databases on a SQL Server Instance.\nThese backups may be Full, Differential or Transaction log backups",
Expand Down
2 changes: 1 addition & 1 deletion bin/library.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


#region Source Code
$source = @'
using System;
Expand Down
Loading

0 comments on commit 039480b

Please sign in to comment.