summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorChristoph Jahn <christoph.jahn@scherdel.de>2019-08-07 12:18:51 +0200
committerChristoph Jahn <christoph.jahn@scherdel.de>2019-08-07 12:18:51 +0200
commit5d55b21fb69089b5ebbb591c418886c4acbfd806 (patch)
tree153d30b5c0d800882c6054d27edd6e201fa042b8 /.gitattributes
parent8bb587155e0ead31e15e7ceee70c2d68d869472a (diff)
downloadwekan-5d55b21fb69089b5ebbb591c418886c4acbfd806.tar.gz
wekan-5d55b21fb69089b5ebbb591c418886c4acbfd806.tar.bz2
wekan-5d55b21fb69089b5ebbb591c418886c4acbfd806.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