diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/.gitattributes b/.gitattributes index 5c1135cb..41b2d3a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,16 +1,5 @@ * text=auto - -*.cc text eol=lf -*.h text eol=lf -*.info text eol=lf -*.json text eol=lf -*.md text eol=lf -*.sh text eol=lf -*.zsh text eol=lf - -/.clang-format text eol=lf -/LICENSE text eol=lf -/Makefile text eol=lf -/build text eol=lf -/install text eol=lf -/mbuild text eol=lf +*.zsh text eol=lf +*.zsh-theme text eol=lf +/prompt_powerlevel9k_setup text eol=lf +/prompt_powerlevel10k_setup text eol=lf |