Skip to content

Commit 1ac7849

Browse files
Nicellinnovaker
authored andcommitted
docs: Set prettier endOfLine to auto
As discussed in PR zmkfirmware#301.
1 parent fd892d5 commit 1ac7849

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/.prettierrc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
module.exports = {};
1+
module.exports = {
2+
endOfLine: "auto",
3+
};

0 commit comments

Comments
 (0)