Upload .prettierrc with huggingface_hub
Browse files- .prettierrc +8 -0
.prettierrc
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"semi": true,
|
| 3 |
+
"trailingComma": "es5",
|
| 4 |
+
"singleQuote": true,
|
| 5 |
+
"printWidth": 80,
|
| 6 |
+
"tabWidth": 2,
|
| 7 |
+
"useTabs": false
|
| 8 |
+
}
|