jlint 0.1.1

A command-line linter for Rust projects that flags noisy qualified paths and blank lines between imports
Documentation
1
2
3
4
5
6
7
8
9
10
edition = "2021"
max_width = 70
style_edition = "2021"
tab_spaces = 2

# # Nightly config to enable once they are stable
# format_strings = true
# group_imports = "one"
# imports_granularity = "module"
# wrap_comments = true