Skip to content

Commit

Permalink
Merge pull request #4473 from AnalyticalGraphicsInc/new-lines
Browse files Browse the repository at this point in the history
Add file newline to Coding Guide
  • Loading branch information
mramato authored Oct 20, 2016
2 parents 5e14a64 + 7d67e87 commit 73de148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/Contributors/CodingGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ function Model(options) {
```
* In JavaScript code, use single quotes, `'`, instead of double quotes, `"`. In HTML, use double quotes.

* Text files, including JavaScript files, end with a newline to minimize the noise in diffs.

## Units

* Cesium uses SI units:
Expand Down

0 comments on commit 73de148

Please sign in to comment.