prettier config

pull/1/head
Patrick Marsceill 3 years ago
parent 0ba4685ee1
commit a586e2b8d1
No known key found for this signature in database
GPG Key ID: 286B93882D828F40

@ -1,3 +1,4 @@
package.json
package-lock.json
assets/css/dark-mode-preview.scss
assets/css/just-the-docs.scss

@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}
Loading…
Cancel
Save