Skip to content

Instantly share code, notes, and snippets.

@azedo
Created March 3, 2017 14:04
Show Gist options
  • Save azedo/6e0cd2a03d94c93ac8fbad1d83fe7806 to your computer and use it in GitHub Desktop.
Save azedo/6e0cd2a03d94c93ac8fbad1d83fe7806 to your computer and use it in GitHub Desktop.
Editor Config file for text editor consistency
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
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