Skip to content

Commit

Permalink
docs: Mention comments for .tool-versions files (#1092)
Browse files Browse the repository at this point in the history
Closes #1091
  • Loading branch information
kenny-evitt committed Nov 12, 2021
1 parent c911f2d commit ca77d42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/manage/configuration.md
Expand Up @@ -17,6 +17,14 @@ ruby 2.5.3
nodejs 10.15.0
```

You can also include comments:

```:no-line-numbers
ruby 2.5.3 # This is a comment
# This is another comment
nodejs 10.15.0
```

The versions can be in the following format:

- `10.15.0` - an actual version. Plugins that support downloading binaries, will download binaries.
Expand Down

0 comments on commit ca77d42

Please sign in to comment.