1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-22 07:52:43 +00:00
mobilizon/.prettierrc.json

7 lines
95 B
JSON
Raw Normal View History

{
"trailingComma": "es5",
"semi": true,
"singleQuote": false,
"bracketSpacing": true
}