mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
20 lines
731 B
Plaintext
20 lines
731 B
Plaintext
###############################################################################
|
|
# Set default behavior to automatically normalize line endings.
|
|
###############################################################################
|
|
* text=auto
|
|
|
|
*.cs text eol=crlf
|
|
|
|
###############################################################################
|
|
# diff behavior for common document formats
|
|
#
|
|
# Convert binary document formats to text before diffing them. This feature
|
|
# is only available from the command line. Turn it on by uncommenting the
|
|
# entries below.
|
|
###############################################################################
|
|
*.rc diff
|
|
|
|
*.gcode linguist-detectable=false
|
|
|
|
*.vsconfig linguist-language=json
|