Skip to content

Commit

Permalink
config.md: Add some config key descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
myme committed May 13, 2024
1 parent 56c2e5f commit ae407ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions extra/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,23 @@
The following source code block defines a `nixon` configuration using `YAML`:

``` yaml config
# Enable "exact" matching algorithm.
exact_match: true

# Ignore case by default.
ignore_case: true

# Evaluate direnv environments.
use_direnv: true

# Evaluate nix shell environments.
use_nix: true

# Location of project directories.
project_dirs:
- ~/src

# Project types, with marker file detection.
project_types:
- name: cabal
test: ["cabal.project"]
Expand Down

0 comments on commit ae407ce

Please sign in to comment.