.editorconfig: set max_line_length=80 for *.md

This commit is contained in:
Johan Malm 2024-04-22 20:28:29 +01:00 committed by Johan Malm
parent 06ca80ffb7
commit 5be28d8b56

View file

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