aupl-ss24-sudoku-solver/.prettierrc.json

14 lines
302 B
JSON

{
"printWidth": 150,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"singleAttributePerLine": false
}