Skip to content

Instantly share code, notes, and snippets.

@jmcmichael
Created October 3, 2017 19:04
Show Gist options
  • Save jmcmichael/bc8fb94f8d3b32686d36ee1f80e9cf1d to your computer and use it in GitHub Desktop.
Save jmcmichael/bc8fb94f8d3b32686d36ee1f80e9cf1d to your computer and use it in GitHub Desktop.
default editorconfig file
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment