]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
editorconfig: enforce maximum line length in .c and .h files
authorAndreas Rammhold <andreas@rammhold.de>
Thu, 30 Sep 2021 11:40:51 +0000 (13:40 +0200)
committerAndreas Rammhold <andreas@rammhold.de>
Thu, 30 Sep 2021 11:45:34 +0000 (13:45 +0200)
.editorconfig

index d24acc1f0c26f3e0ab0e46f6c2557563bf9ab719..b80f01b2334dfbde024e7d72c566a59018016e1c 100644 (file)
@@ -18,6 +18,7 @@ charset = utf-8
 [*.{c,h}]
 indent_style = space
 indent_size = 8
+max_line_length = 109
 
 [*.sh]
 indent_style = space