unity-builder/.prettierrc.json

7 lines
89 B
JSON
Raw Normal View History

2019-12-16 23:53:01 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}