github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/pkg/ddevapp/drupal/.editorconfig (about)

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