Skip to content

Commit

Permalink
Merge pull request #2 from msmakouz/master
Browse files Browse the repository at this point in the history
Adding  .gitattributes
  • Loading branch information
butschster authored Nov 11, 2022
2 parents 1efc354 + 3eee82a commit 5b6e67e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.github export-ignore
/tests export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpunit.xml export-ignore

0 comments on commit 5b6e67e

Please sign in to comment.