Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mja00 committed Nov 27, 2024
1 parent b4230e3 commit e8b91f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ If you want to allow empty sections, you can set this option to `true`.
```
Previously, this would omit the section entirely on encode. Now, it will be included in the output.

## New `exactValue` option
If you want to preserve all characters in a value, you can set this option to `true`.
```ini
key=some string ; comment
```
Previously, this would be parsed as `some string` and not `some string ; comment`.

## Usage

Consider an ini-file `config.ini` that looks like this:
Expand Down

0 comments on commit e8b91f5

Please sign in to comment.