Skip to content

Commit d520d9e

Browse files
Switch Prettier endOfLine to "auto" (#5545) (#5547)
This is in line with `.gitattributes`, and should give a more pleasant experience on Windows. (cherry picked from commit c0b5fc1) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent 6234216 commit d520d9e

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)