mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
9 lines
205 B
Plaintext
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
|