1
0
mirror of https://github.com/flarum/core.git synced 2025-01-17 14:18:33 +01:00
php-flarum/js/.prettierrc.json
2020-04-17 10:44:36 +02:00

7 lines
90 B
JSON

{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}