From 6bb3f0fd435d0657ea4b3dfb3eb8c0f49fb0e37b Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 23 Apr 2019 14:04:19 +0200 Subject: [PATCH] added .gitattributes to make sure .tmux.conf and .tmux.conf.local have LF line endings, resolves #235 --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e06491 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +# git +.gitignore text + +.tmux.conf eol=lf +.tmux.conf.local eol=lf