Files
pragotron-td2/.prettierrc
T
2024-08-02 02:02:31 +02:00

8 lines
147 B
Plaintext

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