Files
core2026/.prettierrc
T
2026-01-05 16:12:55 +00:00

18 lines
331 B
Plaintext

{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 120,
"endOfLine": "lf",
"overrides": [
{
"files": "resources/scenario/*.json",
"options": {
"printWidth": 1000
}
}
]
}