Skip to content

Commit

Permalink
Add file newline to Coding Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Oct 20, 2016
1 parent 5e14a64 commit 7d67e87
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 7d67e87

Please sign in to comment.