source: Studio/.gitattributes@ 25e7b67

sandbox
Last change on this file since 25e7b67 was 663e1ba, checked in by Jonathan Neufeld <support@…>, 4 years ago

Initial commit of Godot project template

  • Property mode set to 100644
File size: 438 bytes
Line 
1# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
3
4# Explicitly declare text files you want to always be normalized and converted
5# to native line endings on checkout.
6*.cpp text
7*.c text
8*.h text
9*.gd text
10*.cs text
11
12# Declare files that will always have CRLF line endings on checkout.
13*.sln text eol=crlf
14
15# Denote all files that are truly binary and should not be modified.
16*.png binary
17*.jpg binary
Note: See TracBrowser for help on using the repository browser.