Skip to content

Instantly share code, notes, and snippets.

@shinout
Created July 1, 2015 12:29
Show Gist options
  • Save shinout/cdbf7e312f9640f05d10 to your computer and use it in GitHub Desktop.
Save shinout/cdbf7e312f9640f05d10 to your computer and use it in GitHub Desktop.
.editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
[*.coffee]
indent_size = 4
[package.json]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment