mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2026-09-09 23:26:16 -04:00
add gitattributes file
This commit is contained in:
parent
bcd4e74e98
commit
aff5cc8859
7
.gitattributes
vendored
Normal file
7
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Vim files should be checked out in unix format
|
||||
# Vim should always be able to source those
|
||||
# but e.g. Unix Vim may not able to source *.vim with crlf ending
|
||||
*.vim text eol=lf
|
||||
Loading…
Reference in a new issue