mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-10-31 22:38:49 +00:00
c74dc9ce92
from https://github.com/woodpecker-ci/woodpecker/pull/3069 - `.changelog.yml`: no longer used - `pipeline/samples`
8 lines
127 B
JSON
8 lines
127 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf"
|
|
}
|