misc_pterodactyl-panel/.prettierrc.json

10 lines
140 B
JSON
Raw Normal View History

2022-12-04 23:32:15 +00:00
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf"
}