summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2021-12-06 21:51:10 -0800
committerChristian Hergert <chergert@redhat.com>2021-12-06 21:51:10 -0800
commit0a19b332c15332bafac6753e9df9156b5067a305 (patch)
treec7755e33da98a8abc3e28dd5d383758e0f0adfe8 /.editorconfig
parent1bdf28564d1ea190de00ac48a6226679d10f332a (diff)
downloadgtksourceview-0a19b332c15332bafac6753e9df9156b5067a305.tar.gz
editorconfig: suggest 100 column widths
GtkSourceView namespace and object types are just too long to be able to keep things reasonably within 80 characters along with tabs at 8.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 1ce82239..6878369f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,7 +8,7 @@ end_of_line = lf
indent_size = 8
indent_style = tab
insert_final_newline = true
-max_line_length = 80
+max_line_length = 100
tab_width = 8
[meson.build]