OSGOS_Pomogator_client/.prettierrc

10 lines
152 B
Plaintext
Raw Normal View History

2024-04-18 00:49:40 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParents": "avoid",
"semi": false,
"trailingComma": "none",
"useTabs": true
}