mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 13:45:42 -04:00
33 lines
565 B
Plaintext
Executable File
33 lines
565 B
Plaintext
Executable File
# #
|
|
# @file .gitattritutes
|
|
# @author Aetherinox https://github.com/Aetherinox
|
|
# https://git.binaryninja.net/Aetherinox
|
|
# #
|
|
|
|
# #
|
|
# Auto detect text files and set LF
|
|
# #
|
|
|
|
* text=auto
|
|
|
|
# #
|
|
# Visual Studio
|
|
# #
|
|
|
|
*.cs diff=csharp
|
|
|
|
# #
|
|
# 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
|