/ .gitattributes
.gitattributes
1 ############################################################################### 2 # Set default behavior to automatically normalize line endings. 3 ############################################################################### 4 * text=auto 5 6 *.cs text eol=crlf 7 8 ############################################################################### 9 # diff behavior for common document formats 10 # 11 # Convert binary document formats to text before diffing them. This feature 12 # is only available from the command line. Turn it on by uncommenting the 13 # entries below. 14 ############################################################################### 15 *.rc diff 16 17 *.gcode linguist-detectable=false 18 19 *.vsconfig linguist-language=json