-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: configure vscode to use single quotes
- Loading branch information
1 parent
28b7c31
commit 854bde8
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
37698fb21ae14ef200051ddf81bbee302fd731c1, v1.1.2 | ||
f9232bdefbe89cefc2725a2280d1e7bc976277d1, v1.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"typescript.preferences.quoteStyle": "single", | ||
"javascript.preferences.quoteStyle": "single" | ||
} |