Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 34384f4

Browse files
committed
Moved terminal preferences below source preferences
1 parent 83c7fbf commit 34384f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/files.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ const std::string default_config_file = R"RAW({
1717
"variant_comment": "Use \"\" for default variant, and \"dark\" for dark theme variant. Note that not all themes support dark variant, but for instance Adwaita does",
1818
"variant": ""
1919
},
20-
"terminal": {
21-
"history_size": 1000,
22-
"font_comment": "Use \"\" to use source.font with slightly smaller size",
23-
"font": "",
24-
"show_progress": false
25-
},
2620
"source": {
2721
"style_comment": "Use \"\" for default style, and for instance juci-dark or juci-dark-blue together with dark gtk_theme variant. Styles from normal gtksourceview install: classic, cobalt, kate, oblivion, solarized-dark, solarized-light, tango",
2822
"style": "juci-light",
@@ -84,6 +78,12 @@ R"RAW(
8478
"clang_format_style_comment": "IndentWidth, AccessModifierOffset and UseTab are set automatically. See http://clang.llvm.org/docs/ClangFormatStyleOptions.html",
8579
"clang_format_style": "ColumnLimit: 0, MaxEmptyLinesToKeep: 2, SpaceBeforeParens: Never, NamespaceIndentation: All, BreakBeforeBraces: Custom, BraceWrapping: {BeforeElse: true, BeforeCatch: true}"
8680
},
81+
"terminal": {
82+
"history_size": 1000,
83+
"font_comment": "Use \"\" to use source.font with slightly smaller size",
84+
"font": "",
85+
"show_progress": false
86+
},
8787
"keybindings": {
8888
"preferences": "<primary>comma",
8989
"quit": "<primary>q",

0 commit comments

Comments
 (0)