menuserver/.prettierrc

9 lines
125 B
Plaintext
Raw Permalink Normal View History

2019-12-11 00:07:07 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}