desafio-react-e-typescript-.../.prettierrc

9 lines
129 B
Plaintext
Raw Normal View History

2022-12-27 13:00:19 +00:00
{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"endOfLine": "lf",
"singleAttributePerLine": false,
"useTabs": true
2022-12-27 13:00:19 +00:00
}