From 3f98193d6963464bd04b510c2d045938f1418ff3 Mon Sep 17 00:00:00 2001 From: "Jan-Niklas W." <6104311+niklas-wortmann@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:00:36 -0500 Subject: [PATCH] fix(@schematics/angular): support single quote setting in JetBrains IDEs (cherry picked from commit 4179bf2e6b38eeddb53b4e9989a7c64238ab23ad) --- .../angular/workspace/files/__dot__editorconfig.template | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/schematics/angular/workspace/files/__dot__editorconfig.template b/packages/schematics/angular/workspace/files/__dot__editorconfig.template index 59d9a3a3e73f..f166060da1cb 100644 --- a/packages/schematics/angular/workspace/files/__dot__editorconfig.template +++ b/packages/schematics/angular/workspace/files/__dot__editorconfig.template @@ -10,6 +10,7 @@ trim_trailing_whitespace = true [*.ts] quote_type = single +ij_typescript_use_double_quotes = false [*.md] max_line_length = off