jj/lib
Yuya Nishihara 52511f491e settings: inline CLI options to callers, propagate type error
This patch moves max_new_file_size() and conflict_marker_style() to CLI, but
there isn't a clear boundary whether the configuration should be managed by
UserSettings or not. I decided to move them to CLI just because we can eliminate
.optional() handling. The default parameters are defined in config/misc.toml.
2024-12-21 09:19:44 +09:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src settings: inline CLI options to callers, propagate type error 2024-12-21 09:19:44 +09:00
tests lib: fix various typos 2024-12-21 02:46:24 +08:00
testutils settings: propagate error from UserSettings::from_config() 2024-12-18 09:51:56 +09:00
Cargo.toml cargo: drop dependency on config crate 2024-12-10 16:08:50 +09:00
LICENSE