Skip to content

Commit c0b5fc1

Browse files
authored
Switch Prettier endOfLine to "auto" (#5545)
This is in line with `.gitattributes`, and should give a more pleasant experience on Windows.
1 parent 98c5b22 commit c0b5fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"singleQuote": true,
77
"quoteProps": "as-needed",
88
"bracketSpacing": true,
9-
"endOfLine": "lf",
9+
"endOfLine": "auto",
1010
"bracketSameLine": true
1111
}

0 commit comments

Comments
 (0)