1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Added Vim (#119)

This commit is contained in:
Jonas A. Wendorf 2020-10-14 23:46:15 +02:00 committed by GitHub
parent f017637f08
commit 6e6199d553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Vim.gitattributes Normal file
View File

@ -0,0 +1,8 @@
# 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