Files
phoenix/.prettierrc.json5
Tobi 74b6092838
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / build-and-test (pull_request) Has been cancelled
feature/build (#1)
Co-authored-by: Tobias Klemp <tobias.klemp@v-office.com>
Reviewed-on: #1
2026-01-01 18:55:05 +01:00

8 lines
108 B
Plaintext

// $schema: https://json.schemastore.org/prettierrc
{
semi: false,
singleQuote: true,
tabWidth: 2,
}