linspace 0.2.1

Turns a range into a linearly spaced sequence of values.
Documentation
brace_style = "AlwaysNextLine"
control_brace_style = "AlwaysNextLine"
remove_nested_parens = true
reorder_impl_items = true
reorder_modules = true
reorder_imports = true
space_after_colon = true
spaces_around_ranges = false
tab_spaces = 4
unstable_features = true
wrap_comments = true
comment_width = 170
max_width = 170
trailing_comma = "Never"

# TO BE DESIRED:
# - don't add space between '*' and '/' binary operators
# - Add newline in empty multi-line block
# - No space in generic const expr block