Skip to content
This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Commit e1f5b91

Browse files
committed
proposal: use soft wrapping for prose and hard wrapping for code
1 parent 8e65cb9 commit e1f5b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GETTING-STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ strategies are in service of that goal.
114114
* Filenames should be **lowercase**.
115115
* Older files may use the `.markdown` extension. These may be ported to `.md`
116116
at will. **Prefer `.md` for all new documents.**
117-
* Documents should be word-wrapped at 80 characters.
117+
* Prose should be soft-wrapped at 80 characters, while code should be hard-wrapped at 80 characters.
118118
* The formatting described in `.editorconfig` is preferred.
119119
* A [plugin][] is available for some editors to automatically apply these rules.
120120
* Mechanical issues, like spelling and grammar, should be identified by tools,

0 commit comments

Comments
 (0)