peliprint/.prettierrc.json

9 lines
160 B
JSON
Raw Normal View History

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