~starkingdoms/starkingdoms

ref: 3d862de88ce697c36627288cc4406a73a24c03ce starkingdoms/starkingdoms-client/.prettierrc -rw-r--r-- 189 bytes
3d862de8 — ghostlyzsh fix non existant merge conflict 1 year, 11 months ago
                                                                                
1
2
3
4
5
6
{
  "plugins": ["prettier-plugin-svelte"],
  "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
  "htmlWhitespaceSensitivity": "ignore",
  "bracketSameLine": true
}