feat(pacseek): separate dependencies with newline by default
This commit is contained in:
parent
45fdc8db93
commit
d04cd5a0b0
1 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
"CacheExpiry": 10,
|
||||
"DisableCache": false,
|
||||
"ColorScheme": "Arch Linux",
|
||||
"BorderStyle": "Double",
|
||||
"BorderStyle": "Round",
|
||||
"ShowPkgbuildCommand": "curl -s \"{url}\"|less",
|
||||
"ShowPkgbuildInternally": true,
|
||||
"ComputeRequiredBy": false,
|
||||
|
@ -29,5 +29,6 @@
|
|||
"LeftProportion": 4,
|
||||
"Transparent": false,
|
||||
"PackageColumnWidth": 0,
|
||||
"EnableAutoSuggest": false
|
||||
"EnableAutoSuggest": false,
|
||||
"SepDepsWithNewLine": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue