#Rename this file into .gitattributes and add it to your GIT
#See _gitignore_example.txt for more information
#
#
# Why is this file required?
# Royal Render supports Windows and Unix line endings for all config files.
# This means that Royal Render itself does not care.
#
# But most Git installations (the local Git executables on your workstation, not the repository or server)
# have a setting enabled to convert all files received from your Git server into the Windows or Unix format.
# And we do not want that files change depending on the OS you use to work.
# Therefore we have choosen these line endings as most customer workstations are Windows based.
# You can change it, you can remove a file type, it is just to have a standard.
#
#
#
# If you do not use this file, you might want to think of changing your local Git setting ("git config --global core.autocrlf false")
# And use an editor that supports both line endings (like Notepad++) as default editor.
#
#
# Note: This is the same configuration as our developers use for our RR/render_apps folder



* -text

#some 3dsmax ini files are UTF-16 LE files, therefore we have to treat them as binary
*.ini -text


*.cfg text eol=crlf
*.inc text eol=crlf
*.rrEnv text eol=crlf
*.xml text eol=crlf
*.env text eol=crlf

*.bat text eol=crlf
*.sh text eol=lf

*.mel text eol=crlf
*.ms text eol=crlf
*.py text eol=crlf
*.pyp text eol=crlf
*.vbs text eol=crlf







