Files
phoenix/.prettierrc.json5
Tobias Klemp e7bd070b3e init
2025-11-02 20:40:27 +01:00

8 lines
114 B
Plaintext

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