From bafaeaca987e7932754168e3179060a56685f386 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Sun, 25 Sep 2016 11:39:23 +0100 Subject: [PATCH] Default Settings: Changed line width to 120 chars and enabled "insert-spaces". This follows the Developer Guidelines. --- data/org.x.editor.gschema.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/org.x.editor.gschema.xml.in b/data/org.x.editor.gschema.xml.in index aed67ad..79c5582 100644 --- a/data/org.x.editor.gschema.xml.in +++ b/data/org.x.editor.gschema.xml.in @@ -52,7 +52,7 @@ Specifies the number of spaces that should be displayed instead of Tab characters. - false + true Insert spaces Whether xed should insert spaces instead of tabs. @@ -82,7 +82,7 @@ Whether xed should display the right margin in the editing area. - 80 + 120 Right Margin Position Specifies the position of the right margin.