Files
nx_post_support/.prettierrc.json
Christoph Brandau a318cf6e46
/ build_and_publish (push) Failing after 19s
add Hover feature
2025-01-08 15:53:19 +01:00

8 lines
176 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}