Skip to content
Prev Previous commit
Next Next commit
Add comment in .prettierrc.yaml to explain editorconfig
  • Loading branch information
mafredri committed Dec 22, 2022
commit 09214c579d9947d6565fed8478c6813453fa483e
3 changes: 3 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This config file is used in conjunction with `.editorconfig` to specify
# formatting for prettier-supported files. See `.editorconfig` and
# `site/.editorconfig`for whitespace formatting options.
printWidth: 80
semi: false
trailingComma: all
Expand Down
3 changes: 3 additions & 0 deletions site/.prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#
# Generated from ../.prettierrc.yaml by Makefile; DO NOT EDIT.
#
# This config file is used in conjunction with `.editorconfig` to specify
# formatting for prettier-supported files. See `.editorconfig` and
# `site/.editorconfig`for whitespace formatting options.
printWidth: 80
semi: false
trailingComma: all
Expand Down