~starkingdoms/starkingdoms

ref: 7c1db30ccaff8929257e3c0f68e3e5ce9bf993a7 starkingdoms/starkingdoms-client/.prettierrc -rw-r--r-- 189 bytes
7c1db30c — ghostlyzsh landing thruster loading 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
}