From 72230c3df350b68ed6090313e81402787a92aae1 Mon Sep 17 00:00:00 2001
From: Markus Pesch <markus.pesch@cryptic.systems>
Date: Wed, 7 May 2025 16:16:35 +0200
Subject: [PATCH] style(markdown): set line length to 120

---
 .markdownlint.yaml |  6 +++---
 README.md          | 11 ++++-------
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/.markdownlint.yaml b/.markdownlint.yaml
index 0e98dd1..3bc2098 100644
--- a/.markdownlint.yaml
+++ b/.markdownlint.yaml
@@ -45,11 +45,11 @@ MD012:
 # MD013/line-length - Line length
 MD013:
   # Number of characters
-  line_length: 80
+  line_length: 120
   # Number of characters for headings
-  heading_line_length: 80
+  heading_line_length: 120
   # Number of characters for code blocks
-  code_block_line_length: 80
+  code_block_line_length: 120
   # Include code blocks
   code_blocks: false
   # Include tables
diff --git a/README.md b/README.md
index ccc0a29..d8857b5 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,8 @@
 
 [![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/yamllint)](https://hub.docker.com/r/volkerraschek/yamllint)
 
-This project contains all sources to build the container image
-`docker.io/volkerraschek/yamllint`. The primary goal of this project is to
-package the binary `yamllint` as container image. The source code of the binary
-can be found in the upstream project of
-[adrienverge](https://github.com/adrienverge/yamllint).
+This project contains all sources to build the container image `docker.io/volkerraschek/yamllint`. The primary goal of
+this project is to package the binary `yamllint` as container image. The source code of the binary can be found in the
+upstream project of [adrienverge](https://github.com/adrienverge/yamllint).
 
-The workflow or how `yamllint` can in general be used is documented
-[here](https://yamllint.readthedocs.io/en/stable/).
+The workflow or how `yamllint` can in general be used is documented [here](https://yamllint.readthedocs.io/en/stable/).