Skip to content

Instantly share code, notes, and snippets.

@jhnsnc
Created February 13, 2016 04:27
Show Gist options
  • Save jhnsnc/5676e5bf8a1b949cf2d7 to your computer and use it in GitHub Desktop.
Save jhnsnc/5676e5bf8a1b949cf2d7 to your computer and use it in GitHub Desktop.
Standard .editorconfig for Node projects
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 2
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment