diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-05 10:27:09 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-05 10:27:09 +0300 |
commit | 3691b752161c41dc13f3bb7bbc545328d27fa160 (patch) | |
tree | 7e16af93c621a6bc882492fe08073d8ac2b89fba /.gitattributes | |
parent | 9cd922af319a7ed214f3a6143a40bb47741d00cf (diff) |
survive broken user-defined gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..41b2d3a8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto +*.zsh text eol=lf +*.zsh-theme text eol=lf +/prompt_powerlevel9k_setup text eol=lf +/prompt_powerlevel10k_setup text eol=lf |