userscripts/.prettierrc

8 lines
108 B
Plaintext
Raw Permalink Normal View History

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