Skip to content

Instantly share code, notes, and snippets.

@eduardo-matos
Created February 18, 2013 11:37
Show Gist options
  • Save eduardo-matos/4976776 to your computer and use it in GitHub Desktop.
Save eduardo-matos/4976776 to your computer and use it in GitHub Desktop.
My .editorconfig options
root = true
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment