git.berlin/.prettierrc

8 lines
122 B
Plaintext
Raw Normal View History

2024-02-02 19:49:04 +01:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 4,
"endOfLine": "lf"
}