unity-test-runner/.prettierrc.json

7 lines
89 B
JSON
Raw Normal View History

2020-01-29 20:49:35 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}