Skip to content

Commit 3e713a9

Browse files
JayChasedgp1130
authored andcommitted
feat(@schematics/angular): set quote_type = single in .editorconfig
1 parent 9a6b05d commit 3e713a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/schematics/angular/workspace/files/__dot__editorconfig.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ indent_size = 2
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11+
[*.ts]
12+
quote_type = single
13+
1114
[*.md]
1215
max_line_length = off
1316
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)