wireguard-dashboard/web/.prettierrc.json

8 lines
126 B
JSON
Raw Normal View History

2024-08-21 09:10:01 +08:00
{
"printWidth": 100,
"singleQuote": true,
"semi": false,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}