1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00

Merge pull request #20894 from andir/editorconfig

Set maximum line length in editorconfig for C and XML files
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-10-01 10:51:48 +02:00 committed by GitHub
commit 8e9b3bcf12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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