Skip to content

Instantly share code, notes, and snippets.

@phptek
Created December 16, 2015 23:56
Show Gist options
  • Select an option

  • Save phptek/c03e2530bdd8b491988b to your computer and use it in GitHub Desktop.

Select an option

Save phptek/c03e2530bdd8b491988b to your computer and use it in GitHub Desktop.
EditorConfig
# Deviate Ltd EditorConfig file
#
# Place this file at the root of your project customisations and rename it: .editorconfig
#
# See: https://en.wikipedia.org/wiki/Newline
# See: http://editorconfig.org/
#
[*.php]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
indent_style = space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment