zed/styles/.prettierrc

7 lines
106 B
Text
Raw Normal View History

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