From 8afc179e639bae133f4e8d03a006efbff3800003 Mon Sep 17 00:00:00 2001 From: Philip Karpiak Date: Tue, 13 May 2014 10:21:46 -0700 Subject: [PATCH] Explain why to add new line to files --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b9ec53a9..94fe3b8c 100644 --- a/index.html +++ b/index.html @@ -402,8 +402,8 @@

Editor preferences

  • Use soft-tabs set to two spaces.
  • Trim trailing white space on save.
  • Set encoding to UTF-8.
  • -
  • Add new line at end of files.
  • +

    Also add a new line at end of files, as this will help when concatenating files together. Learn more about why this is necessary for JavaScript files.

    Consider documenting and applying these preferences to your project's .editorconfig file. For an example, see the one in Bootstrap. Learn more about EditorConfig.