Files
docker-wireguard/docs/.prettierrc.json
Bernd Storath 1cfe6404b2 Feat docs (#1814)
* improve docs and formatting

* lint in ci

avoid using bundled prettier from vscode extension

* fix action, typos

* remove header

* remove unused deps
2025-04-15 12:43:57 +02:00

6 lines
65 B
JSON

{
"tabWidth": 4,
"semi": true,
"singleQuote": true
}