editorconfig: set maximum line length to 109 for man/*.xml files

This commit is contained in:
Andreas Rammhold
2021-09-30 13:44:26 +02:00
parent 83f0ec7978
commit c5f26a0250

View File

@@ -31,3 +31,4 @@ indent_size = 8
[man/*.xml]
indent_size = 2
indent_style = space
max_line_length = 109