A Drupal-CiviCRM setup
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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