This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
8c0bfd7d1d
anki
/
qt
/
ts
/
.prettierrc
7 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add prettier, tidy up makefile
2019-12-18 07:05:51 +01:00
{
"trailingComma": "es5",
Set .prettierrc printWidth to 88 because the default is too short
2020-04-23 04:10:21 +02:00
"printWidth": 88,
add prettier, tidy up makefile
2019-12-18 07:05:51 +01:00
"tabWidth": 4,
"semi": true
}
Reference in New Issue
Copy Permalink