0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/.prettierrc

8 lines
108 B
Plaintext
Raw Normal View History

2020-10-22 17:55:36 +02:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 120,
}