summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-05-04 08:44:25 +0100
committerJoe Carstairs <me@joeac.net>2025-05-04 08:44:25 +0100
commitdc850cbcbbbb940d0376211c9f7c027093dbba70 (patch)
tree0a6b32b0c29689e65a926e873ffde35135a06366 /.editorconfig
parent0f88e3e68f25f96c65235b90d6ad25bfcbc30617 (diff)
Formats markdown line length with Prettier
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5914e04
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+root = true
+
+[*.{md,markdown,mdx}]
+max_line_length = 80