web-front-env/.prettierrc

8 lines
121 B
Plaintext
Raw Normal View History

2024-10-31 10:50:03 +04:00
{
"tabWidth": 4,
"singleQuote": false,
"printWidth": 120,
"trailingComma": "es5",
"useTabs": false
}