Skip to content

Instantly share code, notes, and snippets.

@andersao
Last active October 29, 2015 16:07
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 andersao/ac1c08da3bc6f17edc9d to your computer and use it in GitHub Desktop.
Save andersao/ac1c08da3bc6f17edc9d to your computer and use it in GitHub Desktop.
Editor Config
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
[*.yml]
indent_style = space
indent_size = 2
[*.php]
indent_size = 4
[*.json]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment