summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorChristoph Jahn <christoph.jahn@scherdel.de>2019-08-07 12:18:51 +0200
committerChristoph Jahn <cj@road42.de>2019-08-08 12:42:16 +0200
commit460caa7823f75c18d774d3e169f0168de2c2bae2 (patch)
tree6fc50300044a5bb120d621bb74bec1698ca74b01 /.gitattributes
parent9ed0c3029f7a61a9e5cc31d52156055e08e53f9a (diff)
downloadwekan-460caa7823f75c18d774d3e169f0168de2c2bae2.tar.gz
wekan-460caa7823f75c18d774d3e169f0168de2c2bae2.tar.bz2
wekan-460caa7823f75c18d774d3e169f0168de2c2bae2.zip
Add debugging in containers for vscode
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..5dc46e6b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+* text=auto eol=lf
+*.{cmd,[cC][mM][dD]} text eol=crlf
+*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file