summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-01 10:51:48 +0200
committerGitHub <noreply@github.com>2021-10-01 10:51:48 +0200
commit8e9b3bcf124b0d08b5e6f5532655fee3a238b674 (patch)
tree08d956b638c05c33b00b4c7e9113365daf0035d4
parentreduce the fuzz values in evdev hwdb for Asus UX362FA (diff)
parenteditorconfig: set maximum line length to 109 for man/*.xml files (diff)
downloadsystemd-8e9b3bcf124b0d08b5e6f5532655fee3a238b674.tar.xz
systemd-8e9b3bcf124b0d08b5e6f5532655fee3a238b674.zip
Merge pull request #20894 from andir/editorconfig
Set maximum line length in editorconfig for C and XML files
-rw-r--r--.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index d24acc1f0c..02196f72be 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
@@ -30,3 +31,4 @@ indent_size = 8
[man/*.xml]
indent_size = 2
indent_style = space
+max_line_length = 109