1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-01-24 20:04:00 +00:00
overleaf/server-ce/.prettierrc
2021-07-08 11:16:04 +01:00

8 lines
132 B
Text

{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false
}