.editorconfig 236 B

1234567891011
  1. # EditorConfig is awesome: http://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. # Unix-style newlines with a newline ending for every file
  5. # Indent with 4 spaces
  6. [php]
  7. end_of_line = lf
  8. indent_style = space
  9. indent_size = 4