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

14 lines
302 B
JSON
Raw Permalink Normal View History

2024-06-06 12:28:40 +02:00
{
"printWidth": 150,
2024-06-06 16:26:02 +02:00
"tabWidth": 2,
2024-06-06 12:28:40 +02:00
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"singleAttributePerLine": false
}