diff options
author | SaurabhAgarwala | 2019-12-24 19:11:38 +0530 |
---|---|---|
committer | SaurabhAgarwala | 2019-12-24 19:11:38 +0530 |
commit | 29aca6225f2661255e2374714cc3951a2554f608 (patch) | |
tree | eb286f181d37bcf3a655308998049a4f2d181437 /.gitattributes | |
parent | 6eb53b150dd4fde58996c826960e0c8adf2c5b00 (diff) | |
download | Chemical-Simulator-GUI-29aca6225f2661255e2374714cc3951a2554f608.tar.gz Chemical-Simulator-GUI-29aca6225f2661255e2374714cc3951a2554f608.tar.bz2 Chemical-Simulator-GUI-29aca6225f2661255e2374714cc3951a2554f608.zip |
Saving files before refreshing line endings
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2474855 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text +*.py text + +# Declare files that will always have CRLF line endings on checkout. +# *.sln text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.pdf binary
\ No newline at end of file |