feeds-fun
Version:
Frontend for the Feeds Fun — web-based news reader
14 lines (13 loc) • 328 B
JSON
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": false,
"printWidth": 119,
"trailingComma": "none",
"bracketSpacing": false,
"bracketSameLine": true,
"htmlWhitespaceSensitivity": "strict",
"vueIndentScriptAndStyle": true,
"singleAttributePerLine": true
}