misc_pterodactyl-panel/.prettierrc.json
2022-12-04 16:32:15 -07:00

9 lines
140 B
JSON

{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf"
}