Merge pull request #1732 from kevinpapst/editorconfig

Added .editorconfig
pull/1734/head
Alexandre Alapetite 7 years ago committed by GitHub
commit 0714db36f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .editorconfig

@ -0,0 +1,7 @@
[*]
end_of_line = lf
[*.php]
indent_style = tab
indent_size = 4
insert_final_newline = true
Loading…
Cancel
Save