From dc850cbcbbbb940d0376211c9f7c027093dbba70 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 4 May 2025 08:44:25 +0100 Subject: Formats markdown line length with Prettier --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.2.3