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!