Skip to content

Commit 3ad055e

Browse files
#1170 on suggestion, margin justification -> default init true: better to look professionally formatted.
1 parent acec132 commit 3ad055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ int xml_create_settings_file(char *path)
875875
(const xmlChar *)"1");
876876
xmlNewTextChild(section_node, NULL,
877877
(const xmlChar *)"justifymargins",
878-
(const xmlChar *)"0");
878+
(const xmlChar *)"1");
879879

880880
section_node =
881881
xmlNewChild(root_node, NULL, (const xmlChar *)"modules",

0 commit comments

Comments
 (0)