PIU_proiect/.prettierrc.json

8 lines
116 B
JSON
Raw Normal View History

2021-01-05 15:03:18 +00:00
{
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}