Skip to content

Commit 039480b

Browse files
updated to UTF-8 without BOM, also line breaks
1 parent ea1f0f9 commit 039480b

Some content is hidden

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

53 files changed

+239
-239
lines changed

.gitattributes

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
# Set default behaviour, in case users don't have core.autocrlf unset.
2-
* -text
3-
4-
# These files are text and should be normalized (convert crlf => lf)
5-
*.cs text diff=csharp
6-
*.xaml text
7-
*.csproj text
8-
*.sln text
9-
*.tt text
10-
*.ps1 text
11-
*.cmd text
12-
*.msbuild text
13-
*.md text
14-
*.vb text
15-
*.resx text
16-
*.c text diff=cpp
17-
*.cpp text diff=cpp
18-
*.cxx text diff=cpp
19-
*.h text diff=cpp
20-
*.hxx text diff=cpp
21-
*.py text diff=python
22-
*.rb text diff=ruby
23-
*.java text diff=java
24-
*.html text diff=html
25-
*.htm text diff=html
26-
*.scss text
27-
*.sass text
28-
*.lisp text
29-
*.clj text
30-
*.sql text
31-
*.php text
32-
*.lua text
33-
*.m text
34-
*.asm text
35-
*.erl text
36-
*.fs text
37-
*.fsx text
38-
*.hs text
39-
40-
*.csproj text=auto
41-
*.vbproj text=auto
42-
*.fsproj text=auto
43-
*.dbproj text=auto
44-
45-
46-
# Declare files that will always have CRLF line endings on checkout.
47-
*.sln text=auto eol=crlf
48-
49-
# Images should be treated as binary
50-
# (binary is a macro for -text -diff)
51-
*.png binary
52-
*.PNG binary
53-
*.jpg binary
54-
*.JPG binary
55-
*.jpeg binary
56-
*.JPEG binary
57-
*.gif binary
58-
*.GIF binary
59-
*.bmp binary
60-
*.BMP binary
61-
*.ico binary
62-
*.ICO binary
63-
*.ppm binary
64-
*.pgm binary
65-
*.pbm binary
66-
*.xpm -text diff -merge
67-
68-
# Vector graphics
69-
*.svg -text diff -merge
70-
71-
72-
*.sdf binary
73-
74-
# CMake files
75-
CMakeLists.txt text
76-
*.cmake text
77-
78-
# Makefiles
79-
Makefile text
80-
makefile text
81-
GNUmakefile text
82-
*.mk text
83-
84-
85-
# diff behavior for common document formats
86-
*.doc diff=astextplain
87-
*.DOC diff=astextplain
88-
*.docx diff=astextplain
89-
*.DOCX diff=astextplain
90-
*.dot diff=astextplain
91-
*.DOT diff=astextplain
92-
*.pdf diff=astextplain
93-
*.PDF diff=astextplain
94-
*.rtf diff=astextplain
95-
*.RTF diff=astextplain
1+
# Set default behaviour, in case users don't have core.autocrlf unset.
2+
* -text
3+
4+
# These files are text and should be normalized (convert crlf => lf)
5+
*.cs text diff=csharp
6+
*.xaml text
7+
*.csproj text
8+
*.sln text
9+
*.tt text
10+
*.ps1 text
11+
*.cmd text
12+
*.msbuild text
13+
*.md text
14+
*.vb text
15+
*.resx text
16+
*.c text diff=cpp
17+
*.cpp text diff=cpp
18+
*.cxx text diff=cpp
19+
*.h text diff=cpp
20+
*.hxx text diff=cpp
21+
*.py text diff=python
22+
*.rb text diff=ruby
23+
*.java text diff=java
24+
*.html text diff=html
25+
*.htm text diff=html
26+
*.scss text
27+
*.sass text
28+
*.lisp text
29+
*.clj text
30+
*.sql text
31+
*.php text
32+
*.lua text
33+
*.m text
34+
*.asm text
35+
*.erl text
36+
*.fs text
37+
*.fsx text
38+
*.hs text
39+
40+
*.csproj text=auto
41+
*.vbproj text=auto
42+
*.fsproj text=auto
43+
*.dbproj text=auto
44+
45+
46+
# Declare files that will always have CRLF line endings on checkout.
47+
*.sln text=auto eol=crlf
48+
49+
# Images should be treated as binary
50+
# (binary is a macro for -text -diff)
51+
*.png binary
52+
*.PNG binary
53+
*.jpg binary
54+
*.JPG binary
55+
*.jpeg binary
56+
*.JPEG binary
57+
*.gif binary
58+
*.GIF binary
59+
*.bmp binary
60+
*.BMP binary
61+
*.ico binary
62+
*.ICO binary
63+
*.ppm binary
64+
*.pgm binary
65+
*.pbm binary
66+
*.xpm -text diff -merge
67+
68+
# Vector graphics
69+
*.svg -text diff -merge
70+
71+
72+
*.sdf binary
73+
74+
# CMake files
75+
CMakeLists.txt text
76+
*.cmake text
77+
78+
# Makefiles
79+
Makefile text
80+
makefile text
81+
GNUmakefile text
82+
*.mk text
83+
84+
85+
# diff behavior for common document formats
86+
*.doc diff=astextplain
87+
*.DOC diff=astextplain
88+
*.docx diff=astextplain
89+
*.DOCX diff=astextplain
90+
*.dot diff=astextplain
91+
*.DOT diff=astextplain
92+
*.pdf diff=astextplain
93+
*.PDF diff=astextplain
94+
*.rtf diff=astextplain
95+
*.RTF diff=astextplain

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Is this a *feature* OR *bug*:
1+
### Is this a *feature* OR *bug*:
22

33

44

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fixes #
1+
Fixes #
22

33
Changes proposed in this pull request:
44
-

bin/dbatools-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[
1+
[
22
{
33
"CommandName": "Backup-DbaDatabase",
44
"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",

bin/library.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
#region Source Code
33
$source = @'
44
using System;

0 commit comments

Comments
 (0)