symreader/.gitattributes

50 строки
1.4 KiB
Plaintext
Исходник Обычный вид История

2016-04-02 22:46:32 +03:00
###############################################################################
2018-03-23 04:05:52 +03:00
# Set default behavior to:
# automatically normalize line endings on check-in, and
# convert to Windows-style line endings on check-out
2016-04-02 22:46:32 +03:00
###############################################################################
* text=auto encoding=UTF-8
2018-03-23 04:05:52 +03:00
*.sh text eol=lf
2016-04-02 22:46:32 +03:00
###############################################################################
2018-03-23 04:05:52 +03:00
# Set file behavior to:
# treat as text, and
# diff as C# source code
2016-04-02 22:46:32 +03:00
###############################################################################
2018-03-23 04:05:52 +03:00
*.cs text diff=csharp
2016-04-02 22:46:32 +03:00
###############################################################################
2018-03-23 04:05:52 +03:00
# Set file behavior to:
# treat as text
###############################################################################
*.cmd text
*.config text
*.csproj text
*.groovy text
*.json text
*.md text
*.nuspec text
*.pkgdef text
*.proj text
*.projitems text
*.props text
*.ps1 text
*.resx text
*.ruleset text
*.shproj text
*.sln text
*.targets text
*.vb text
*.vbproj text
*.vcxproj text
*.vcxproj.filters text
*.vsct text
*.vsixmanifest text
2016-04-02 22:46:32 +03:00
###############################################################################
2018-03-23 04:05:52 +03:00
# Set file behavior to:
# treat as binary
2016-04-02 22:46:32 +03:00
###############################################################################
2018-03-23 04:05:52 +03:00
*.png binary
*.snk binary