Skip to content

Instantly share code, notes, and snippets.

@ekinhbayar
Created October 22, 2016 15:35
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 ekinhbayar/73382d4ed22aaadf62fcd8705ad94bc7 to your computer and use it in GitHub Desktop.
Save ekinhbayar/73382d4ed22aaadf62fcd8705ad94bc7 to your computer and use it in GitHub Desktop.
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*.php]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment