Skip to content

Commit

Permalink
Merge pull request #84 from weh/update-config-example
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Franklin Webber authored Feb 25, 2018
2 parents d5cced1 + e0af40d commit 340da14
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ This can be configured through the yard configuration file `~/.yard/config` to
add or remove these search fields.

```yaml
--- !map:SymbolHash
:load_plugins: true
:ignored_plugins: []

:autoload_plugins: []

:safe_mode: false

:"yard-cucumber":
menus: [ 'features', 'directories', 'tags', 'steps', 'step definitions' ]
--- !ruby/hash-with-ivars:SymbolHash
elements:
:load_plugins: true
:ignored_plugins: []
:autoload_plugins: []
:safe_mode: false
:"yard-cucumber":
menus: [ 'features', 'directories', 'tags', 'steps', 'step definitions' ]
ivars:
:@symbolize_value: false
```
By default the configuration, yaml format, that is generate by the `yard config`
Expand Down

0 comments on commit 340da14

Please sign in to comment.