Merge pull request #6875 from electron/remove-styleguide-rule-about-endlines

source files DO have newlines at the end
This commit is contained in:
Kevin Sawicki 2016-08-17 08:51:20 -07:00 committed by GitHub
commit bc3d2cfc34

View file

@ -23,8 +23,6 @@ etc.
## JavaScript ## JavaScript
* Write [standard](http://npm.im/standard) JavaScript style. * Write [standard](http://npm.im/standard) JavaScript style.
* Files should **NOT** end with new line, because we want to match Google's
styles.
* File names should be concatenated with `-` instead of `_`, e.g. * File names should be concatenated with `-` instead of `_`, e.g.
`file-name.js` rather than `file_name.js`, because in `file-name.js` rather than `file_name.js`, because in
[github/atom](https://github.com/github/atom) module names are usually in [github/atom](https://github.com/github/atom) module names are usually in