mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-29 15:51:58 +00:00
add prettier and format files
This commit is contained in:
parent
e45a354eef
commit
7f4c8d67ec
8 changed files with 60 additions and 60 deletions
8
.prettierrc.json
Normal file
8
.prettierrc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"semi": true,
|
||||
"trailingComma": "all",
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"endOfLine": "lf"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue