Skip to content

Commit

Permalink
chore: configure vscode to use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Sep 28, 2024
1 parent 28b7c31 commit 854bde8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .detective/hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
37698fb21ae14ef200051ddf81bbee302fd731c1, v1.1.2
f9232bdefbe89cefc2725a2280d1e7bc976277d1, v1.1.2
11 changes: 11 additions & 0 deletions .detective/log
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
"Manfred Steyer <[email protected]>,Sat Sep 28 10:48:17 2024 +0200 ce7f9291f8db589484a10d04077ebab2c32253e7,chore: configure vscode to use single quotes"
4 0 .vscode/settings.json
1 1 apps/frontend/src/app/features/coupling/coupling.component.ts

"Manfred Steyer <[email protected]>,Sat Sep 28 10:44:18 2024 +0200 28b7c31784b0353ad33a72f2e5cd6c8e7bcf6947,feat: add store to coupling feature"
1 1 .detective/hash
6 0 .detective/log
11 2 apps/frontend/src/app/features/coupling/coupling.component.html
26 47 apps/frontend/src/app/features/coupling/coupling.component.ts
66 0 apps/frontend/src/app/features/coupling/coupling.store.ts

"Manfred Steyer <[email protected]>,Fri Sep 27 22:48:19 2024 +0200 76656b36d327a6c9f45040294c99cc83a30d84b0,refactor(frontend): remove unnecessary rendering effect in hotspot component"
1 1 .detective/hash
9 0 .detective/log
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.quoteStyle": "single"
}

0 comments on commit 854bde8

Please sign in to comment.