mirror of https://github.com/thangisme/notes.git
prettier config
parent
0ba4685ee1
commit
a586e2b8d1
@ -0,0 +1,7 @@
|
||||
{
|
||||
"endOfLine": "lf",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5"
|
||||
}
|
Loading…
Reference in New Issue