1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 03:05:12 +01:00
php-flarum/js/.prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

2020-03-28 00:16:12 +01:00
{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}