From 854bde8ff89203de89c8a8f667162cfb93f6a2c4 Mon Sep 17 00:00:00 2001 From: Manfred Steyer Date: Sat, 28 Sep 2024 10:48:17 +0200 Subject: [PATCH] chore: configure vscode to use single quotes --- .detective/hash | 2 +- .detective/log | 11 +++++++++++ .vscode/settings.json | 4 ++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.detective/hash b/.detective/hash index df57060..83124a1 100644 --- a/.detective/hash +++ b/.detective/hash @@ -1 +1 @@ -37698fb21ae14ef200051ddf81bbee302fd731c1, v1.1.2 \ No newline at end of file +f9232bdefbe89cefc2725a2280d1e7bc976277d1, v1.1.2 \ No newline at end of file diff --git a/.detective/log b/.detective/log index 2d85790..871906b 100644 --- a/.detective/log +++ b/.detective/log @@ -1,3 +1,14 @@ +"Manfred Steyer ,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 ,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 ,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 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..bfdf533 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "typescript.preferences.quoteStyle": "single", + "javascript.preferences.quoteStyle": "single" +}