Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Pyke <adpyke@gmail.com>2018-06-23 00:35:20 +0300
committerGitHub <noreply@github.com>2018-06-23 00:35:20 +0300
commit692efae43ef1d7a441f4779779301fdbe763c689 (patch)
tree258ef26d075667b3f20e23839fad65e38e8d3f70
parent62bd5818b548bc1ed9d818be30ab19dd20f15d3b (diff)
Force unix line endings
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2753dae
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# Force unix line endings for bashrc
+*.bashrc text eol=lf