mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 14:34:26 +00:00
ed03a318c5
- update docusaurus - add typescript - add prettier - add open-collective & sponsor us links - add announcement bar (star on github) - add mastodon (footer) - collapse admin area in sidebar by default - move faq doc to pages
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: "all",
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
endOfLine: "lf",
|
|
};
|