Skip to content

Commit

Permalink
Update .editorconfig and .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Jun 15, 2020
1 parent 7b7cee8 commit 6c01b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.xml]
end_of_line = LF
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/bin export-ignore
/doc export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitsplit.yml export-ignore
Expand All @@ -14,5 +15,7 @@
/CONTRIBUTING.md export-ignore
/php_cs.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/UPGRADE.md export-ignore

0 comments on commit 6c01b63

Please sign in to comment.