Skip to content

Commit

Permalink
Merge branch 'danopz-editorconfig+gitattributes'
Browse files Browse the repository at this point in the history
Closes #33
  • Loading branch information
akrabat committed Sep 21, 2017
2 parents e0e3cdc + 373d3ea commit 238b83a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true

[*]
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Enforce Unix newlines
* text=lf

# Exclude unused files
# see: https://redd.it/2jzp6k
/tests export-ignore
/.coveralls.yml export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore
/phpcs.xml export-ignore
/phpunit.xml export-ignore

0 comments on commit 238b83a

Please sign in to comment.