No Description

.editorconfig 193B

123456789101112131415
  1. root = true
  2. [*]
  3. trim_trailing_whitespace = true
  4. insert_final_newline = true
  5. [*.php]
  6. charset = utf-8
  7. indent_style = space
  8. indent_size = 4
  9. [composer.json]
  10. indent_style = space
  11. indent_size = 2