my_digital_garden/.prettierrc

8 lines
113 B
Text
Raw Normal View History

2022-05-02 06:08:14 +01:00
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
2022-05-02 16:57:25 +01:00
"tabWidth": 2,
"semi": false
2022-05-02 06:08:14 +01:00
}