Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Jumpscale/python-pretty-toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amrhassan committed Oct 26, 2015
2 parents 1094d6e + a5c9dbf commit 4a21c5c
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 @@ -29,5 +29,5 @@ pip install --upgrade prettytoml
* Anonymous table should never be indented
* Nth-level table sections should be indented by `(N-1)*2` spaces
* Line-terminating comments should always be prefixed by a single tab character whitespace only
* Lines whose lengths exceed `120` characters whose values are strings, arrays, or inline tables should have the array or string value broken onto multiple lines and the inline table turned into a multiline table section so as to try to maintain a maximum line length of `120`
* Lines whose lengths exceed `120` characters whose values are strings, arrays should have the array or string value broken onto multiple lines
* Tables should always be separated by an empty newline

0 comments on commit 4a21c5c

Please sign in to comment.