summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2021-09-30 13:40:51 +0200
committerAndreas Rammhold <andreas@rammhold.de>2021-09-30 13:45:34 +0200
commit83f0ec7978745f7f0778a17dae8ad64e8cbf87ff (patch)
tree84b68b6b4421845727ac127c4633401b9676b6ad /.editorconfig
parent3c2c8e62c97cdae75f499a0ed3eb3f07a80034eb (diff)
downloadsystemd-83f0ec7978745f7f0778a17dae8ad64e8cbf87ff.tar.gz
editorconfig: enforce maximum line length in .c and .h files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
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