Files
zenbones-theme/.prettierrc

7 lines
93 B
Plaintext
Raw Normal View History

2021-10-29 17:00:45 +08:00
{
"singleQuote": true,
"tabWidth": 4,
"semi": false,
"proseWrap": "always"
}