Skip to content

Instantly share code, notes, and snippets.

@crissdev
Created March 1, 2015 20:33
Show Gist options
  • Save crissdev/ab9e8c2796e4a7328500 to your computer and use it in GitHub Desktop.
Save crissdev/ab9e8c2796e4a7328500 to your computer and use it in GitHub Desktop.
.editorconfig - node.js and JavaScript development
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment