Skip to content

Instantly share code, notes, and snippets.

@ymxmore
Created July 3, 2015 18:05
Show Gist options
  • Select an option

  • Save ymxmore/6dd06bc392eaa66575c4 to your computer and use it in GitHub Desktop.

Select an option

Save ymxmore/6dd06bc392eaa66575c4 to your computer and use it in GitHub Desktop.
.editorconfig
# EditorConfig is awesome: http://EditorConfig.org
#root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 2
[*.jsx]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
[*.php]
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment