summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-08-03 17:24:40 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-08-03 17:24:40 +0200
commit55f14b1da8561830236fe27b71a91e2d082c11f5 (patch)
treeb69d4cf289f1c34bade07914fbfac6a76d38250f /.editorconfig
parent3f28983dcb835a3cc6c01320de208004f131735f (diff)
downloadqutebrowser-55f14b1da8561830236fe27b71a91e2d082c11f5.tar.gz
qutebrowser-55f14b1da8561830236fe27b71a91e2d082c11f5.zip
Also bump up max line length in .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 645ced56e..6aab87c94 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,7 +4,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
-max_line_length = 79
+max_line_length = 88
indent_style = space
indent_size = 4