mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
End of Line Normalization
This commit is contained in:
parent
e34b5f1f55
commit
2060f02636
1 changed files with 24 additions and 0 deletions
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Source files
|
||||
*.c text
|
||||
*.cpp text
|
||||
*.h text
|
||||
|
||||
# Windows CRLF files
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
|
||||
# Standard to msysgit
|
||||
*.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
|
Loading…
Add table
Reference in a new issue