diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-21 23:52:41 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-11-22 18:19:46 +0000 |
commit | 01103e1d99462aa9a9f22f40e02993c73092853a (patch) | |
tree | 83f7f9688eb6bb47ac5dc4408926bd028c7884b0 /.editorconfig | |
parent | b97ef593938e94f2c0c9c1d08f0b83dbb9a8c1c6 (diff) |
Relax 80 column limit
80 cols is a bit short. Linux uses a soft 100 limit, let's do the
same.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 9dcb30d7..694a7eac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |