Skip to content

Commit 8cb4de9

Browse files
committed
chore(vscode): exclude .o from the tree and only format modifications
1 parent 25f6def commit 8cb4de9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.exclude": {
3+
"**/*.o": true
4+
},
5+
"editor.formatOnSaveMode": "modifications"
6+
}

0 commit comments

Comments
 (0)