This website requires JavaScript.
Explore
Help
Sign In
extern
/
bruno
Watch
1
Star
0
Fork
1
You've already forked bruno
mirror of
https://github.com/usebruno/bruno.git
synced
2024-11-22 16:03:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4419634db7
bruno
/
packages
/
bruno-app
/
.prettierrc.json
8 lines
107 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: prettier config
2022-10-20 11:39:30 +02:00
{
"trailingComma"
:
"none"
,
"tabWidth"
:
2
,
"semi"
:
true
,
"singleQuote"
:
true
,
chore: reverted the prettier printWidth increase
2024-04-18 21:04:04 +02:00
"printWidth"
:
120
feat: prettier config
2022-10-20 11:39:30 +02:00
}
Reference in New Issue
Copy Permalink