solana-dekey 0.2.2

solana-dekey is a utility program that replaces Solana validator identity pubkeys and vote account pubkeys with the validator's name.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
binop_separator = "Back"
brace_style = "AlwaysNextLine"
control_brace_style = "ClosingNextLine"
empty_item_single_line = false
error_on_line_overflow = true
# Can't do this, get internal errors
# error_on_unformatted = true
fn_args_layout = "Vertical"
format_strings = true
match_block_trailing_comma = true
max_width = 120
overflow_delimited_expr = true
space_before_colon = true
trailing_comma = "Never"
trailing_semicolon = true
use_field_init_shorthand = true
use_small_heuristics = "Max"