mirror of
https://github.com/amix/vimrc
synced 2025-07-10 03:25:00 +08:00
Add support of auto format files.
This commit is contained in:
7
sources_non_forked/vim-autoformat/.gitattributes
vendored
Normal file
7
sources_non_forked/vim-autoformat/.gitattributes
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Explicitly declare text files you want to always be normalized and converted
|
||||
# to native line endings on checkout.
|
||||
*.vim text
|
||||
*.md text
|
Reference in New Issue
Block a user