Skip to content

Instantly share code, notes, and snippets.

@hogart
Created June 13, 2015 10:21
Show Gist options
  • Save hogart/c72f825e903a76ade5a8 to your computer and use it in GitHub Desktop.
Save hogart/c72f825e903a76ade5a8 to your computer and use it in GitHub Desktop.
.editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = false
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[package.json]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment