UNPKG

gedi

Version:
34 lines (30 loc) 690 B
# Auto detect text files and perform LF normalization * text=auto # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. *.js text *.json text *.scss text *.css text *.html text *.md text *.txt text *.xml text # Custom for Visual Studio *.cs diff=csharp *.sln merge=union *.csproj merge=union *.vbproj merge=union *.fsproj merge=union *.dbproj merge=union # 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