mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
9 lines
134 B
JavaScript
9 lines
134 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: 'all',
|
||
|
singleQuote: true,
|
||
|
printWidth: 120,
|
||
|
tabWidth: 2,
|
||
|
endOfLine: 'lf',
|
||
|
};
|