git-version-tag
Version:
Fetch the version tags from a repo
27 lines (26 loc) • 504 B
Plain Text
{
"tabWidth": 4,
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.json",
"options": {
"parser": "json"
}
},
{
"files": "*.ssjs",
"options": {
"parser": "babel",
"trailingComma": "none"
}
},
{
"files": "*.md",
"options": {
"tabWidth": 2
}
}
]
}