summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-04-29 18:51:47 +0200
committerGitHub <noreply@github.com>2021-04-29 18:51:47 +0200
commitd57a0fe9df68a4e0eff5ff488391b0ccf714a203 (patch)
tree544bf7500dac404474c03bd14fc3aa5d8186bb36
parent0e23526f5fc91af127589bbf53fe620196022445 (diff)
fix(init): always use lf line endings (#2655)
* fix(init): always use lf line endings * make gitattributes file more specific Co-Authored-By: Dario Vladović <1170440+vladimyr@users.noreply.github.com> * Update .gitattributes Co-authored-by: Dario Vladović <d.vladimyr@gmail.com> Co-authored-by: Dario Vladović <1170440+vladimyr@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..e736190f1
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+/src/init/ text eol=lf
+*.sh text eol=lf