1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00
Files
php-flarum/framework/core/js/.prettierrc.json
2020-04-17 10:44:36 +02:00

7 lines
90 B
JSON

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