plugins: fix "int flag" style options

This commit is contained in:
Matt Sturgeon 2024-09-08 13:52:18 +01:00
parent 555035ef79
commit ec61ca9b08
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
27 changed files with 168 additions and 168 deletions

View file

@ -15,25 +15,25 @@
descriptions_cmd = null;
maxwidth = 0;
fillstring = " ";
detailed_first = true;
fold_blanks = false;
detailed_first = 1;
fold_blanks = 0;
decimal_sep = ".";
align_last = false;
align_last = 0;
align_at = 60;
default_commodity = "";
align_commodity = false;
commodity_before = true;
align_commodity = 0;
commodity_before = 1;
commodity_sep = "";
commodity_spell = false;
commodity_spell = 0;
date_format = "%Y/%m/%d";
main = "%";
winpos = "B";
qf_register_format = null;
qf_reconcile_format = null;
use_location_list = false;
qf_vertical = false;
use_location_list = 0;
qf_vertical = 0;
qf_size = 10;
qf_hide_file = true;
qf_hide_file = 1;
cleared_string = "Cleared: ";
pending_string = "Cleared or pending: ";
target_string = "Difference from target: ";