unity-builder/.prettierrc.json

7 lines
89 B
JSON

{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120
}