-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
18 lines (16 loc) · 1.01 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* text=auto eol=lf
*.blade.php text diff=html whitespace=trailing-space,space-before-tab,indent-with-non-tab
*.css text diff=css whitespace=trailing-space,space-before-tab,indent-with-non-tab
*.html text diff=html whitespace=trailing-space,space-before-tab,indent-with-non-tab
*.md text diff=markdown whitespace=blank-at-eof
*.php text diff=php whitespace=trailing-space,space-before-tab,indent-with-non-tab
*.js text whitespace=trailing-space,space-before-tab,indent-with-non-tab
*.vue text whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4
*.yml text whitespace=trailing-space,space-before-tab,tab-in-indent,tabwidth=2
*.yaml text whitespace=trailing-space,space-before-tab,tab-in-indent,tabwidth=2
*.json text whitespace=trailing-space,space-before-tab,indent-with-non-tab
*.xml text whitespace=trailing-space,space-before-tab,indent-with-non-tab
*.sh text diff=bash whitespace=trailing-space,space-before-tab,indent-with-non-tab
/.github export-ignore
CHANGELOG.md export-ignore
.styleci.yml export-ignore