.editorconfig 77 B

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