diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 |