summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2021-09-30 13:44:26 +0200
committerAndreas Rammhold <andreas@rammhold.de>2021-09-30 13:45:34 +0200
commitc5f26a0250bc2d602727c18c0b332673e4729ea0 (patch)
tree06932bf5b819f5b4fc6788d5788458736f8f7b58 /.editorconfig
parent83f0ec7978745f7f0778a17dae8ad64e8cbf87ff (diff)
downloadsystemd-c5f26a0250bc2d602727c18c0b332673e4729ea0.tar.gz
editorconfig: set maximum line length to 109 for man/*.xml files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index b80f01b233..02196f72be 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -31,3 +31,4 @@ indent_size = 8
[man/*.xml]
indent_size = 2
indent_style = space
+max_line_length = 109