feat(pacseek): separate dependencies with newline by default

This commit is contained in:
BluishHumility 2023-12-15 21:53:49 -05:00
parent 45fdc8db93
commit d04cd5a0b0
1 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"CacheExpiry": 10, "CacheExpiry": 10,
"DisableCache": false, "DisableCache": false,
"ColorScheme": "Arch Linux", "ColorScheme": "Arch Linux",
"BorderStyle": "Double", "BorderStyle": "Round",
"ShowPkgbuildCommand": "curl -s \"{url}\"|less", "ShowPkgbuildCommand": "curl -s \"{url}\"|less",
"ShowPkgbuildInternally": true, "ShowPkgbuildInternally": true,
"ComputeRequiredBy": false, "ComputeRequiredBy": false,
@ -29,5 +29,6 @@
"LeftProportion": 4, "LeftProportion": 4,
"Transparent": false, "Transparent": false,
"PackageColumnWidth": 0, "PackageColumnWidth": 0,
"EnableAutoSuggest": false "EnableAutoSuggest": false,
"SepDepsWithNewLine": true
} }