~starkingdoms/starkingdoms

ref: 2a0a1ee52a1d0ba2f474061defd64ec26f5aaa05 starkingdoms/starkingdoms-client/.prettierrc -rw-r--r-- 189 bytes
2a0a1ee5 — ghostlyzsh save theoretically works 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
}