woodpecker/.prettierrc
2023-10-24 14:42:05 +02:00

9 lines
127 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf"
}