github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/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