Files
vim-solarized8/.gitattributes
Christian Brabandt aff5cc8859 add gitattributes file
2023-04-27 13:57:50 +02:00

8 lines
263 B
Plaintext

# 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