zed/styles/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

2023-06-29 18:47:58 +03:00
{
"semi": false,
"printWidth": 80,
"htmlWhitespaceSensitivity": "strict",
"tabWidth": 4
}