open-goal-jak-project/.prettierrc.json

12 lines
143 B
JSON

{
"endOfLine": "auto",
"overrides": [
{
"files": ["**/*.jsonc"],
"options": {
"parser": "json"
}
}
]
}