1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-03 13:54:38 +00:00
mobilizon/js/.prettierrc.json

7 lines
95 B
JSON
Raw Normal View History

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