1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-06 20:11:24 +00:00
woodpecker/.prettierrc.json

9 lines
127 B
JSON
Raw Normal View History

2023-10-24 12:42:05 +00:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf"
}