wireguard-dashboard-admin/.prettierrc.json

8 lines
126 B
JSON
Raw Normal View History

{
"printWidth": 100,
"singleQuote": true,
"semi": false,
2023-06-03 16:34:50 +08:00
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}