Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Created February 6, 2014 23:41
Show Gist options
  • Save wrumsby/8854824 to your computer and use it in GitHub Desktop.
Save wrumsby/8854824 to your computer and use it in GitHub Desktop.
Sample .editorconfig File
root = true
[*]
end_of_line = crlf
indent_style = space
indent_size = 2
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