userscripts/.prettierrc

8 lines
108 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"bracketSpacing": true,
"semi": false,
"proseWrap": "always"
}