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

proposal: use hard wrapping for code and soft wrapping for prose #53

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ strategies are in service of that goal.
* Filenames should be **lowercase**.
* Older files may use the `.markdown` extension. These may be ported to `.md`
at will. **Prefer `.md` for all new documents.**
* Documents should be word-wrapped at 80 characters.
* Code should be hard-wrapped at 80 characters, while prose should be soft-wrapped.
* The formatting described in `.editorconfig` is preferred.
* A [plugin][] is available for some editors to automatically apply these rules.
* Mechanical issues, like spelling and grammar, should be identified by tools,
Expand Down