Skip to content

Instantly share code, notes, and snippets.

@ggagosh
Created May 6, 2017 20:31
Show Gist options
  • Save ggagosh/9d76e35105667c8f5257e66a1c0619f3 to your computer and use it in GitHub Desktop.
Save ggagosh/9d76e35105667c8f5257e66a1c0619f3 to your computer and use it in GitHub Desktop.
.editorconfig files for Drupal project
# Drupal editor configuration normalization
# @see http://editorconfig.org/
# This is the top-most .editorconfig file; do not search in parent directories.
root = true
# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[composer.json]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment