modded scinsta with additional features and fixes for recent instagram version

This commit is contained in:
faroukbmiled
2026-03-29 00:01:05 +01:00
commit 3d133ac333
105 changed files with 11916 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.trimAutoWhitespace": true,
"editor.formatOnSave": false,
"files.associations": {
"*.x": "logos",
"*.xi": "logos",
"*.xm": "logos",
"*.xmi": "logos",
"*.m": "objective-c",
"*.h": "objective-c"
},
"search.exclude": {
"modules/": true,
"dumps/": true
}
}