.editorconfig: set max_line_length=80 for *.md

This commit is contained in:
Johan Malm 2024-04-22 20:28:29 +01:00
parent a9709aaf85
commit 122adc7c4a

View file

@ -9,9 +9,12 @@ indent_style = tab
indent_size = 8
max_line_length = 80
[*.{xml,build}]
[*.{xml,build,md}]
indent_style = space
indent_size = 2
[*.md]
max_line_length = 80
[COMMIT_EDITMSG]
max_line_length = 74