From b0a8527eb46e86d7fd7f5b529194dde3ef875e90 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 8 Oct 2015 14:28:56 +0200 Subject: [PATCH] Add better cygwin support --- .gitattributes | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cde323 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Force text files to have unix eols, so Windows/Cygwin does not break them +*.* eol=lf diff --git a/README.md b/README.md index 251dd99..7185b67 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A set of tmux options that should be acceptable to everyone. Inspired by [vim-sensible](https://github.com/tpope/vim-sensible). +Tested and working on Linux, OSX and Cygwin. + ### Principles - `tmux-sensible` options should be acceptable to **every** tmux user!