Browse Source

docs: Set prettier endOfLine to auto

As discussed in PR #301.
xmkb
Nick 4 years ago committed by innovaker
parent
commit
1ac78498eb
  1. 4
      docs/.prettierrc.js

4
docs/.prettierrc.js

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

Loading…
Cancel
Save