File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,6 @@ You can subscribe and join the mailing list on [Google Groups](https://groups.go
8282
8383OCI discussion happens on #opencontainers on Freenode ([ logs] [ irc-logs ] ).
8484
85- ## Markdown style
86-
87- To keep consistency throughout the Markdown files in the Open Container spec all files should be formatted one sentence per line.
88- This fixes two things: it makes diffing easier with git and it resolves fights about line wrapping length.
89- For example, this paragraph will span three lines in the Markdown source.
90-
9185## Git commit
9286
9387### Sign your work
Original file line number Diff line number Diff line change 11# Style and conventions
22
3+ ## One sentence per line
4+
5+ To keep consistency throughout the Markdown files in the Open Container spec all files should be formatted one sentence per line.
6+ This fixes two things: it makes diffing easier with git and it resolves fights about line wrapping length.
7+ For example, this paragraph will span three lines in the Markdown source.
8+
39## Traditionally hex settings should use JSON integers, not JSON strings
410
511For example, [ ` "classID": 1048577 ` ] [ class-id ] instead of ` "classID": "0x100001" ` .
You can’t perform that action at this time.
0 commit comments