Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freshautomations/stoml
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed Apr 2, 2019
2 parents 4ea39d4 + d287b3e commit da1eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mystring = "hello hi g'day howdy"
#Export as "hello hi g'day howdy"

mylist = [1,2,3]
#Export as "[1 2 3]"
#Export as "1 2 3"
```
Note: floats that have 9 zeros after the dot (epsilon = 10^-9) are presented as integers.
Viper's toml converter somehow converts big integers to float and presents them in the exponential format. This way we work around that.
Expand Down

0 comments on commit da1eb0e

Please sign in to comment.