]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
editorconfig: set maximum line length to 109 for man/*.xml files 20894/head
authorAndreas Rammhold <andreas@rammhold.de>
Thu, 30 Sep 2021 11:44:26 +0000 (13:44 +0200)
committerAndreas Rammhold <andreas@rammhold.de>
Thu, 30 Sep 2021 11:45:34 +0000 (13:45 +0200)
.editorconfig

index b80f01b2334dfbde024e7d72c566a59018016e1c..02196f72be8f31ae3b03b876434d4c2ca7c53307 100644 (file)
@@ -31,3 +31,4 @@ indent_size = 8
 [man/*.xml]
 indent_size = 2
 indent_style = space
+max_line_length = 109