.editorconfig 93 B

1234567
  1. [*]
  2. end_of_line = lf
  3. [*.php]
  4. indent_style = tab
  5. indent_size = 4
  6. insert_final_newline = true