this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tab size

+3 -1
+3 -1
.vscode/settings.json
··· 31 31 }, 32 32 "editor.codeActionsOnSave": { 33 33 "source.organizeImports.biome": "explicit" 34 - } 34 + }, 35 + "editor.formatOnSave": true, 36 + "editor.tabSize": 2 35 37 }