Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created September 11, 2014 20:12
Show Gist options
  • Save tommymarshall/8c5ae388374996c6ec45 to your computer and use it in GitHub Desktop.
Save tommymarshall/8c5ae388374996c6ec45 to your computer and use it in GitHub Desktop.
Editor Config
# http://EditorConfig.org
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.json, *.js, *.html, *.erb, *.scss, *.sass, *.rb]
indent_style = space
indent_size = 2
[*.php, *.py]
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment