From: Andreas Rammhold Date: Thu, 30 Sep 2021 11:40:51 +0000 (+0200) Subject: editorconfig: enforce maximum line length in .c and .h files X-Git-Tag: v250-rc1~579^2~1 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=83f0ec7978745f7f0778a17dae8ad64e8cbf87ff;p=systemd%2F.git editorconfig: enforce maximum line length in .c and .h files --- diff --git a/.editorconfig b/.editorconfig index d24acc1f0c..b80f01b233 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,6 +18,7 @@ charset = utf-8 [*.{c,h}] indent_style = space indent_size = 8 +max_line_length = 109 [*.sh] indent_style = space