mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 07:54:28 +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",
|
||
|
};
|