Files
Minesweeper/.prettierrc
T
2024-02-05 10:06:32 +01:00

13 lines
223 B
Plaintext

{
"useTabs": true,
"tabWidth": 4,
"arrowParens": "always",
"endOfLine": "lf",
"jsxSingleQuote": true,
"semi": true,
"trailingComma": "all",
"singleAttributePerLine": true,
"singleQuote": true,
"printWidth": 500
}