Husnain
commited on
📝 [CI] Trigger sync actions only when new version released
Browse files
.github/workflows/.prettierrc
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tabWidth": 4,
|
| 3 |
+
"overrides": [
|
| 4 |
+
{
|
| 5 |
+
"files": "*.yml",
|
| 6 |
+
"options": {
|
| 7 |
+
"tabWidth": 2
|
| 8 |
+
}
|
| 9 |
+
}
|
| 10 |
+
]
|
| 11 |
+
}
|