Skip to content

Commit 05890cb

Browse files
mmalerbapkozlowski-opensource
authored andcommitted
build: Update prettierrc to always use trailing commas (angular#58266)
This updates the prettierrc to reflect how the code seems to already be formatted. I noticed that without this my IDE seemed to be introducing formatting changes on save. PR Close angular#58266
1 parent 31430a6 commit 05890cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"singleQuote": true,
77
"semi": true,
88
"quoteProps": "preserve",
9-
"bracketSpacing": false
9+
"bracketSpacing": false,
10+
"trailingComma": "all"
1011
}

0 commit comments

Comments
 (0)