This website works better with JavaScript.
Explore
Help
Sign In
thang
/
notes
mirror of
https://github.com/thangisme/notes.git
Watch
1
Star
0
Fork
You've already forked notes
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8754499b4c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8754499b4c'
${ noResults }
notes
/
.prettierrc
9 lines
109 B
Raw
Normal View
History
Unescape
Escape
prettier config
3 years ago
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}
lets just use prettier and forget about it :D)
3 years ago