This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
posthog
Watch
0
Star
0
Fork
0
You've already forked posthog
mirror of
https://github.com/PostHog/posthog.git
synced
2024-11-24 18:07:17 +01:00
Code
Issues
Releases
Activity
afa3617316
posthog
/
.prettierrc
8 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Prettify js code (#329) * add prettier and some options * add pre-commit hooks Co-authored-by: Marius Andra <marius.andra@gmail.com>
2020-03-11 21:08:52 +01:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
set prettier line width to 120 for saner looking code
2020-03-20 11:24:59 +01:00
"singleQuote": true,
"printWidth": 120
Prettify js code (#329) * add prettier and some options * add pre-commit hooks Co-authored-by: Marius Andra <marius.andra@gmail.com>
2020-03-11 21:08:52 +01:00
}
Copy Permalink