Skip to content

Instantly share code, notes, and snippets.

@rustybailey
Created March 19, 2015 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rustybailey/e8bd17fe6a45ddf4fd07 to your computer and use it in GitHub Desktop.
Save rustybailey/e8bd17fe6a45ddf4fd07 to your computer and use it in GitHub Desktop.
Editor Config
# This file is for unifying the coding style for different editors and IDEs.
# More information at http://EditorConfig.org
# No .editorconfig files above the root directory
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment