Skip to content

Commit 378b3fe

Browse files
committed
chore: specify eol config in .prettierrc as lf
- we've already specified the `eol` config as `lf` in `.editorconfig` - this diff syncs same config for prettier as well
1 parent 3b4037e commit 378b3fe

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
@@ -4,5 +4,6 @@
44
"bracketSpacing": false,
55
"requirePragma": true,
66
"singleQuote": true,
7-
"trailingComma": "all"
7+
"trailingComma": "all",
8+
"endOfLine": "lf"
89
}

0 commit comments

Comments
 (0)