Add editorconfig (for IDE setting setup)

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent 24b6f9d1f8
commit 81c9808f6c
  1. 13
      .editorconfig
  2. 1
      .gitattributes

@ -0,0 +1,13 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = lf
charset = utf-8
[*.php]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = false

1
.gitattributes vendored

@ -6,6 +6,7 @@
.styleci.yml export-ignore
.travis.yml export-ignore
/tests export-ignore
.editorconfig export-ignore
/vendor/ezyang/htmlpurifier/docs export-ignore
/vendor/ezyang/htmlpurifier/benchmarks export-ignore

Loading…
Cancel
Save