summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorSaurabhAgarwala2019-12-24 19:11:38 +0530
committerSaurabhAgarwala2019-12-24 19:11:38 +0530
commit29aca6225f2661255e2374714cc3951a2554f608 (patch)
treeeb286f181d37bcf3a655308998049a4f2d181437 /.gitattributes
parent6eb53b150dd4fde58996c826960e0c8adf2c5b00 (diff)
downloadChemical-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--.gitattributes16
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