From 62fef0d2447dd9db067bb8409ac4947a61622e59 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 15 Feb 2024 20:52:45 +0100 Subject: [PATCH] chore: working markdownlint dotfile example --- examples/dotfiles/.markdownlint.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/dotfiles/.markdownlint.yaml diff --git a/examples/dotfiles/.markdownlint.yaml b/examples/dotfiles/.markdownlint.yaml new file mode 100644 index 0000000..ccae89f --- /dev/null +++ b/examples/dotfiles/.markdownlint.yaml @@ -0,0 +1,3 @@ +default: true +MD013: + line_length: 120