Files
unity-test-runner/.prettierrc.json
2020-01-31 01:15:59 +01:00

7 lines
89 B
JSON

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