[gtksourceview] editorconfig: suggest 100 column widths



commit 0a19b332c15332bafac6753e9df9156b5067a305
Author: Christian Hergert <chergert redhat com>
Date:   Mon Dec 6 21:51:10 2021 -0800

    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.

 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]