ConceptPortal-public/rsconcept/frontend/.prettierrc.json

14 lines
263 B
JSON
Raw Normal View History

2023-12-28 14:04:44 +03:00
{
"semi": true,
"useTabs": false,
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "none",
"arrowParens": "avoid",
"singleQuote": true,
"jsxSingleQuote": true,
"quoteProps": "consistent",
"bracketSameLine": false,
"bracketSpacing": true
2024-08-06 14:39:00 +03:00
}