Migrate to forgejo
This commit is contained in:
commit
af654ff353
50 changed files with 8357 additions and 0 deletions
10
.prettierrc.json
Normal file
10
.prettierrc.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/prettierrc",
|
||||
"semi": true,
|
||||
"useTabs": true,
|
||||
"tabWidth": 4,
|
||||
"singleQuote": false,
|
||||
"experimentalTernaries": true,
|
||||
"singleAttributePerLine": true,
|
||||
"endOfLine": "lf"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue