Skip to content

Commit 5645861

Browse files
committed
change gitignore
1 parent 8927fa7 commit 5645861

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tsconfig.tsbuildinfo
1515
.vscode/*
1616
!.vscode/tasks.json
1717
!.vscode/launch.json
18+
!.vscode/settings.json
1819
!.vscode/extensions.json
1920
!.vscode/qwik.code-snippets
2021

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.organizeImports": true,
4+
"source.fixAll": true
5+
},
6+
"editor.formatOnSave": true
7+
}

0 commit comments

Comments
 (0)