lynx/.prettierrc
James Panther 5b8e93a5a9
🎉 Initial commit
2021-11-01 13:28:09 +11:00

16 lines
249 B
Plaintext

{
"htmlWhitespaceSensitivity": "css",
"printWidth": 100,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}