An extension for Visual Studio Code that assists you in working with
.gitattributes
files.
- Language support for
.gitattributes
files. - Allows adding a
.gitattributes
file by pulling files from the alexkaratarakis/gitattributes repository.
Start command palette (with Ctrl+Shift+P or
F1) and start typing gitattributes
to see all available commands
this extension offers.
This extension contributes the following settings:
{
// Number of seconds the list of `.gitattributes` files retrieved from github will be cached
"gitattributes.cacheExpirationInterval": 86400
}
Basic implementation that allows to pull a single .gitattributes
file.
Support adding multiple .gitattributes
files and merging them into a single
file.
Add language support for .gitattributes
files.
Merge .gitattributes
files smartly by moving * text=auto
to the top.
Support for caching entire .gitattributes
repository and updating only when
new commits are available.
See CHANGELOG.md
See LICENSE
Icon based on the Git logo by Jason Long.