dotconfig 0.2.0

A tool for symlinking configuration files from a central repository to their respective locations on the system in a repeatable, configurable way.
1
2
3
4
5
6
7
8
9
use_field_init_shorthand = true
newline_style = "Unix"

# The following lines may be uncommented on nightly Rust.
unstable_features = true
imports_granularity = "Crate"
wrap_comments = true
comment_width = 100
normalize_comments = true