guild_front/.prettierrc

7 lines
76 B
Plaintext
Raw Normal View History

2023-05-23 16:12:22 +03:00
{
"tabWidth": 2,
2023-05-30 12:13:59 +03:00
"semi": true,
"printWidth": 80,
2023-05-23 16:12:22 +03:00
"useTabs": false
}