From 515e25b749d498832b9b8aadca7666de7228c6d8 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 16 Aug 2016 21:24:53 -0700 Subject: [PATCH] source files DO have newlines at the end --- docs/development/coding-style.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/development/coding-style.md b/docs/development/coding-style.md index 1840700f5237..b537ca38ef2a 100644 --- a/docs/development/coding-style.md +++ b/docs/development/coding-style.md @@ -23,8 +23,6 @@ etc. ## JavaScript * 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-name.js` rather than `file_name.js`, because in [github/atom](https://github.com/github/atom) module names are usually in