Husnain
commited on
Commit
•
687103e
1
Parent(s):
4a87e2f
📝 [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 |
+
}
|