Skip to content

Commit e526f89

Browse files
committed
Improve config file formatting
1 parent 20b8614 commit e526f89

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

assets/config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ color_scheme = "CatppuccinMocha"
77
# This can be removed once custom colour schemes are supported
88
transparent_background = false
99

10-
# Sadly the toml parser I use doesnt allow newlines and nice formatting :/
11-
app_prefixes = { AppSearch = "", WebSearch = "!", FileSearch = "'", HelpScreen = "?", Calculator = "=" }
10+
app_prefixes = {
11+
AppSearch = "" ,
12+
WebSearch = "!",
13+
FileSearch = "'",
14+
HelpScreen = "?",
15+
Calculator = "="
16+
}
1217

1318
# The background text where you type your search
1419
input_prompt = "Type to search"

0 commit comments

Comments
 (0)