Skip to content

Commit 91c67c7

Browse files
author
Mrunal Patel
committed
Merge pull request #369 from wking/sentence-line-style
style: Move one-sentence-per-line rule over from the README
2 parents 81b865d + e0525bc commit 91c67c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ You can subscribe and join the mailing list on [Google Groups](https://groups.go
8282

8383
OCI 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

style.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

511
For example, [`"classID": 1048577`][class-id] instead of `"classID": "0x100001"`.

0 commit comments

Comments
 (0)