Files
Jeopardy-Server/.prettierrc

8 lines
117 B
Plaintext

{
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}