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.