Husnain commited on
Commit
687103e
1 Parent(s): 4a87e2f

📝 [CI] Trigger sync actions only when new version released

Browse files
Files changed (1) hide show
  1. .github/workflows/.prettierrc +11 -0
.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
+ }