tools: unset max line length in markdown files

This commit is contained in:
bastimeyer 2024-04-16 19:30:57 +02:00 committed by Sebastian Meyer
parent c9264cb705
commit 36270d7e9b
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ indent_size = 2
[*.{md,markdown}]
trim_trailing_whitespace = false
max_line_length = off
[docs/Makefile]
indent_size = 8