Browse Source

Merge pull request #83 from pana1990/add-editorconfig

Add editorconfig [skip ci]
tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
49c2d45951
  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
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/docs export-ignore
/docs export-ignore

Loading…
Cancel
Save