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-28 10:13:09 +0000
commit3978c08757aa0c5fbd41f6e9138033ff580c7b52 (patch)
tree8d03818ff30b8775be797442c86c44346073f0db /.gitattributes
parenta97360dcfba2bf1dd1be115dd91dd1dde49ded69 (diff)
downloadwekan-3978c08757aa0c5fbd41f6e9138033ff580c7b52.tar.gz
wekan-3978c08757aa0c5fbd41f6e9138033ff580c7b52.tar.bz2
wekan-3978c08757aa0c5fbd41f6e9138033ff580c7b52.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