phollaits 0.1.2

Here is a collection of traits that I use in my projects from time to time - feel free to use them in your projects as well.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
unstable_features = true
max_width = 120
reorder_imports = true
fn_args_layout = "Tall"
blank_lines_lower_bound = 0
blank_lines_upper_bound = 1
brace_style = "SameLineWhere"
wrap_comments = true
comment_width = 120
edition = "2018"
format_code_in_doc_comments = true
format_strings = true
imports_layout = "Horizontal"
hard_tabs = true
tab_spaces = 4