forked from metablaster/WindowsFirewallRuleset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
29 lines (28 loc) · 1.88 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# This attribute sets a specific line-ending style to be used in the working
# directory. It enables end-of-line conversion without any content checks,
# effectively setting the text attribute.
# This setting forces Git to normalize line endings for this file on checkin
# and convert them to CRLF when the file is checked out.
# whitespace attribute will help detect surplus spaces when using git diff
###############################################################################
*.png binary
*.pmc binary
*.msc binary
*.wav binary
*.cab binary
*.ps1 text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.psd1 text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.pssc text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.psm1 text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.txt text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.xml text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.ini text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.json text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.md text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.wpaPresets text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1
*.wpaProfile text eol=crlf whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=1