diff options
author | Nick <nick.win999@gmail.com> | 2020-10-27 11:25:36 -0500 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-26 05:28:31 +0000 |
commit | 1ac78498ebf440dd779acf20446e6611812dcf19 (patch) | |
tree | 7a7da329418fb71fefa9cb59b7fa5a1598831f33 | |
parent | fd892d53cd0c2b47041e3b43d86e97b5c6ff6abe (diff) |
docs: Set prettier endOfLine to auto
As discussed in PR #301.
-rw-r--r-- | docs/.prettierrc.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/.prettierrc.js b/docs/.prettierrc.js index f053ebf..2a1f0b4 100644 --- a/docs/.prettierrc.js +++ b/docs/.prettierrc.js @@ -1 +1,3 @@ -module.exports = {}; +module.exports = { + endOfLine: "auto", +}; |