Revenge/.prettierrc

9 lines
150 B
Text
Raw Normal View History

2023-02-04 02:27:36 +00:00
{
"printWidth": 240,
"tabWidth": 4,
"singleQuote": false,
"jsxSingleQuote": false,
"bracketSpacing": true,
"useTabs": false
}