A Drupal-CiviCRM setup
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

15 行
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