docs: Set prettier endOfLine to auto

As discussed in PR #301.
This commit is contained in:
Nick 2020-10-27 11:25:36 -05:00 committed by innovaker
parent fd892d53cd
commit 1ac78498eb
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
module.exports = {};
module.exports = {
endOfLine: "auto",
};