Remove old files (#3077)

from https://github.com/woodpecker-ci/woodpecker/pull/3069

- `.changelog.yml`: no longer used
- `pipeline/samples`
This commit is contained in:
qwerty287
2023-12-30 15:10:31 +01:00
committed by GitHub
parent 09e6e5cbfe
commit c74dc9ce92
37 changed files with 1 additions and 2095 deletions

View File

@@ -1,8 +0,0 @@
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
endOfLine: 'lf',
};