diff options
author | Andreas Rammhold <andreas@rammhold.de> | 2021-09-30 13:44:26 +0200 |
---|---|---|
committer | Andreas Rammhold <andreas@rammhold.de> | 2021-09-30 13:45:34 +0200 |
commit | c5f26a0250bc2d602727c18c0b332673e4729ea0 (patch) | |
tree | 06932bf5b819f5b4fc6788d5788458736f8f7b58 /.editorconfig | |
parent | editorconfig: enforce maximum line length in .c and .h files (diff) | |
download | systemd-c5f26a0250bc2d602727c18c0b332673e4729ea0.tar.xz systemd-c5f26a0250bc2d602727c18c0b332673e4729ea0.zip |
editorconfig: set maximum line length to 109 for man/*.xml files
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
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 |