A Drupal-CiviCRM setup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
317B

  1. # Drupal editor configuration normalization
  2. # @see http://editorconfig.org/
  3. # This is the top-most .editorconfig file; do not search in parent directories.
  4. root = true
  5. # All files.
  6. [*]
  7. end_of_line = LF
  8. indent_style = space
  9. indent_size = 2
  10. charset = utf-8
  11. trim_trailing_whitespace = true
  12. insert_final_newline = true