2015-03-12 05:07:59 +03:00
|
|
|
###############################################################################
|
|
|
|
# Set default behavior to automatically normalize line endings.
|
|
|
|
###############################################################################
|
|
|
|
* text=auto
|
|
|
|
|
2016-02-18 04:41:22 +03:00
|
|
|
# Force bash scripts to always use lf line endings so that if a repro is accessed
|
|
|
|
# in Unix via a file share from Windows, the scripts will work.
|
2016-05-16 22:08:30 +03:00
|
|
|
*.sh text eol=lf
|
2018-06-14 00:06:24 +03:00
|
|
|
|
|
|
|
# Ensure .bin files are stored as binary
|
|
|
|
*.bin binary
|
2019-08-09 18:28:47 +03:00
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
# Linguist customization (https://github.com/github/linguist#overrides)
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Include MSBuild in repo stats
|
|
|
|
src/Tasks/*.props linguist-detectable=true
|
|
|
|
src/Tasks/*.targets linguist-detectable=true
|
|
|
|
src/Tasks/*.tasks linguist-detectable=true
|
|
|
|
|
|
|
|
# Don't include Arcade-owned path
|
|
|
|
eng/common/** linguist-detectable=false
|
|
|
|
|
|
|
|
# Display XLF files collapsed by default in PR diffs
|
|
|
|
*.xlf linguist-generated=true
|