Relax 80 column limit

80 cols is a bit short. Linux uses a soft 100 limit, let's do the
same.
This commit is contained in:
Simon Ser 2022-11-21 23:52:41 +01:00 committed by Simon Zeni
parent b97ef59393
commit 01103e1d99
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
max_line_length = 80
max_line_length = 100
[*.xml]
indent_style = space