.editorconfig 525 B

123456789101112131415161718
  1. # Copying and distribution of this file, with or without modification,
  2. # are permitted in any medium without royalty provided this notice is
  3. # preserved. This file is offered as-is, without any warranty.
  4. # Names of contributors must not be used to endorse or promote products
  5. # derived from this file without specific prior written permission.
  6. # EditorConfig
  7. # http://EditorConfig.org
  8. [*]
  9. end_of_line = lf
  10. insert_final_newline = true
  11. charset = utf-8
  12. [*.php]
  13. indent_style = tab
  14. indent_size = 4
  15. insert_final_newline = true