mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
8 lines
127 B
Text
8 lines
127 B
Text
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf"
|
|
}
|