Skip to content

Commit

Permalink
Improve docs on tool config
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 3, 2023
1 parent acdbb71 commit 7d43b71
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/lib.rs
Expand Up @@ -185,15 +185,12 @@
//! # Settings
//!
//! There are some settings that can be changed on a per-thread (and thus
//! per-test) basis. For more information see [Settings]. Additionally
//! there is a insta [tool config](#tool-config) for global settings.
//! per-test) basis. For more information see [Settings].
//!
//! # Tool Config
//!
//! Insta will load a YAML config file with settings that change the behavior of
//! insta between runs. It's loaded from any of the following locations:
//! `.config/insta.yaml`, `insta.yaml` and `.insta.yaml` from the workspace
//! root. The following config options exist:
//! Additionally Insta will load a YAML config file with settings that change
//! the behavior of insta between runs. It's loaded from any of the following
//! locations: `.config/insta.yaml`, `insta.yaml` and `.insta.yaml` from the
//! workspace root. The following config options exist:
//!
//! ```yaml
//! behavior:
Expand Down

0 comments on commit 7d43b71

Please sign in to comment.