Browse Source

Add editorconfig [skip ci]

tags/2.0.5
Daniel Gomez Pan 9 years ago
parent
commit
7aed383065
  1. 14
      .editorconfig
  2. 3
      .gitattributes

14
.editorconfig

@ -0,0 +1,14 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

3
.gitattributes vendored

@ -1,8 +1,9 @@
# Ignore all test and documentation for archive # Ignore all test and documentation for archive
/.editorconfig export-ignore
/.gitattributes export-ignore /.gitattributes export-ignore
/.gitignore export-ignore /.gitignore export-ignore
/.scrutinizer.yml export-ignore /.scrutinizer.yml export-ignore
/.travis.yml export-ignore /.travis.yml export-ignore
/phpunit.xml.dist export-ignore /phpunit.xml.dist export-ignore
/tests export-ignore /tests export-ignore
/docs export-ignore /docs export-ignore

Loading…
Cancel
Save