Skip to content

Commit 527b2f2

Browse files
pquentingithub-actions[bot]
authored andcommitted
Switch Prettier endOfLine to "auto" (#5545)
This is in line with `.gitattributes`, and should give a more pleasant experience on Windows. (cherry picked from commit c0b5fc1)
1 parent c5a3a6e commit 527b2f2

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)