mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add public links to AP representation
See https://github.com/Chocobozzz/PeerTube/issues/6389
This commit is contained in:
parent
de5adc09b2
commit
e81b6eba74
17 changed files with 267 additions and 152 deletions
12
.dprint.json
12
.dprint.json
|
@ -12,8 +12,7 @@
|
|||
"singleBodyPosition": "maintain",
|
||||
"nextControlFlowPosition": "sameLine",
|
||||
"trailingCommas": "never",
|
||||
"operatorPosition": "sameLine",
|
||||
"conditionalExpression.operatorPosition": "nextLine",
|
||||
"operatorPosition": "maintain",
|
||||
"preferHanging": false,
|
||||
"preferSingleLine": false,
|
||||
"arrowFunction.useParentheses": "preferNone",
|
||||
|
@ -64,12 +63,9 @@
|
|||
"arrayExpression.spaceAround": true,
|
||||
"arrayPattern.spaceAround": true
|
||||
},
|
||||
"json": {
|
||||
},
|
||||
"markdown": {
|
||||
},
|
||||
"toml": {
|
||||
},
|
||||
"json": {},
|
||||
"markdown": {},
|
||||
"toml": {},
|
||||
"excludes": [
|
||||
"**/node_modules",
|
||||
"**/*-lock.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue