summaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-10-04 00:58:28 -0700
committerBert Belder <bertbelder@gmail.com>2018-10-04 02:02:23 -0700
commit8ca082c50898c62863e4baf04387bd37ce8328f8 (patch)
tree3dac0a9a7d21e44cfafcbbaa4a2d2eb0aca79e44 /.prettierrc.json
parent30acfdf331bd32597400fdba48a1217ec3256d41 (diff)
tools/format: format markdown files with prettier
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 000000000..5b5bd9933
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,3 @@
+{
+ "proseWrap": "always"
+}