summaryrefslogtreecommitdiff
path: root/doc/development/newlines_styleguide.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra whitespaces in docsMarcel Amirault2019-07-091-2/+2
| | | | | Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-2/+2
|
* Clarify blank line rule in newlines_styleguide.md Jake Romer2016-08-261-1/+1
| | | | | | | | | | | | | | To clarify what's meant by "from a logical perspective" here, I consulted Python's PEP8 style guide, which provides some helpfully precise language: > Extra blank lines may be used (sparingly) to separate groups of > related functions. Blank lines may be omitted between a bunch of > related one-liners (e.g. a set of dummy implementations). https://www.python.org/dev/peps/pep-0008/#blank-lines I adapted this passage to the existing language for the newline rule.
* Add newlines styleguide for Ruby codedz-newlines-styleguideDmitriy Zaporozhets2016-08-051-0/+102