axp-ui/.prettierrc

10 lines
145 B
Plaintext
Raw Permalink Normal View History

2023-07-11 10:38:21 +03:00
{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 79
}