Skip to content

Commit

Permalink
Add .editorconfig and .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jun 23, 2018
1 parent 65eb778 commit 9d12f98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
5 changes: 5 additions & 0 deletions .gitattributes
@@ -0,0 +1,5 @@
/Tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore

0 comments on commit 9d12f98

Please sign in to comment.