This website requires JavaScript.
Explore
Help
Sign In
extern
/
easydiffusion
Watch
1
Star
0
Fork
1
You've already forked easydiffusion
mirror of
https://github.com/easydiffusion/easydiffusion.git
synced
2024-11-22 00:03:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
beta
easydiffusion
/
.prettierrc.json
8 lines
121 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
add prettier for JS style
2023-04-27 19:56:56 +02:00
{
"printWidth"
:
120
,
"tabWidth"
:
4
,
"semi"
:
false
,
"arrowParens"
:
"always"
,
Allow ES5 style trailing commas in prettier
2023-04-28 12:02:42 +02:00
"trailingComma"
:
"es5"
add prettier for JS style
2023-04-27 19:56:56 +02:00
}
Reference in New Issue
Copy Permalink