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:
authorserialhex <serialhex@gmail.com>2018-06-26 22:12:39 +0300
committerGitHub <noreply@github.com>2018-06-26 22:12:39 +0300
commit4b0a1a80ffb4173f49f8e57833794538ff2a7d91 (patch)
tree922615296e1b4468bf22ea8b9952fa27f66885b8
parent62bd5818b548bc1ed9d818be30ab19dd20f15d3b (diff)
parent619219a8212e7e323455f7bac30c041e6796c8e6 (diff)
Merge pull request #44 from kufii/patch-3
Force unix line endings
-rw-r--r--.editorconfig2
-rw-r--r--.gitattributes1
2 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..270106b
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,2 @@
+[*]
+end_of_line = lf
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..fcadb2c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text eol=lf