lincd-cli
Version:
Command line tools for the lincd.js library
24 lines • 378 B
JSON
{
"printWidth": 80,
"tabWidth": 2,
"bracketSpacing": false,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "auto",
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
},
{
"files": "*.jsonld",
"options": {
"parser": "json"
}
}
]
}