1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/Vim.gitattributes
2020-10-15 10:46:15 +13:00

9 lines
205 B
Plaintext

# Basic .gitattributes for a Vim repo.
# Vim on Linux works with LF only, Vim on Windows works with both LF and CRLF
# Source files
# ============
*.vim text eol=lf
.vimrc text eol=lf
.gvimrc text eol=lf