cmdlink 0.1.1

Rust based CLI tool to add aliases for commands to simplify developer workflow.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
max_width = 120

tab_spaces = 4

array_width = 80

comment_width = 80

wrap_comments = true

fn_params_layout = "Compressed"

fn_call_width = 80

fn_single_line = true

hard_tabs = true

match_block_trailing_comma = true

imports_granularity = "Crate"

normalize_comments = false

reorder_impl_items = true

reorder_imports = true

group_imports = "StdExternalCrate"