[.gitattributes] Use the same indentation style for the entire file
This commit is contained in:
parent
95388cdf44
commit
69dd33ac82
1 changed files with 10 additions and 10 deletions
20
.gitattributes
vendored
20
.gitattributes
vendored
|
@ -10,16 +10,16 @@
|
||||||
*.dbproj merge=union
|
*.dbproj merge=union
|
||||||
|
|
||||||
# Standard to msysgit
|
# Standard to msysgit
|
||||||
*.doc diff=astextplain
|
*.doc diff=astextplain
|
||||||
*.DOC diff=astextplain
|
*.DOC diff=astextplain
|
||||||
*.docx diff=astextplain
|
*.docx diff=astextplain
|
||||||
*.DOCX diff=astextplain
|
*.DOCX diff=astextplain
|
||||||
*.dot diff=astextplain
|
*.dot diff=astextplain
|
||||||
*.DOT diff=astextplain
|
*.DOT diff=astextplain
|
||||||
*.pdf diff=astextplain
|
*.pdf diff=astextplain
|
||||||
*.PDF diff=astextplain
|
*.PDF diff=astextplain
|
||||||
*.rtf diff=astextplain
|
*.rtf diff=astextplain
|
||||||
*.RTF diff=astextplain
|
*.RTF diff=astextplain
|
||||||
|
|
||||||
# Ignore files in git archive (i.e. GitHub release builds)
|
# Ignore files in git archive (i.e. GitHub release builds)
|
||||||
## Docker
|
## Docker
|
||||||
|
|
Loading…
Reference in a new issue