8000 Don’t leave trailing whitespace section · smashcoding/swift-style-guide@1ec3bd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ec3bd4

Browse files
committed
Don’t leave trailing whitespace section
Brings in the no trailing whitespace section from github/objective-c-style-guide#58.
1 parent 5fb7ea9 commit 1ec3bd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
< 49B5 td data-grid-cell-id="diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5-20-23-2" data-line-anchor="diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R23" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell pt-4 left-side">+
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ then open a pull request. :zap:
1818
* Tabs, not spaces.
1919
* End files with a newline.
2020
* Make liberal use of vertical whitespace to divide code into logical chunks.
21+
* Don’t leave trailing whitespace.
22+
* Not even leading indentation on blank lines.
23
2124

2225
#### Prefer implicit getters on read-only properties and subscripts
2326

0 commit comments

Comments
 (0)
0