Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update .gitattributes #47

Merged
merged 1 commit into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ ij_editorconfig_align_group_field_declarations = true
ij_editorconfig_spaces_around_assignment_operators = true
ij_editorconfig_space_before_comma = false
ij_editorconfig_space_after_comma = true

[.gitattributes]
indent_style = tab
28 changes: 11 additions & 17 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.idea export-ignore
/.phive export-ignore
/.psalm export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/build export-ignore
/build.png export-ignore
/docs export-ignore
/examples export-ignore
/phpstan export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/.github export-ignore
/docs export-ignore
/resources export-ignore

/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/build.svg export-ignore
/build.xml export-ignore
/mkdocs.yml export-ignore

*.php text eol=lf diff=php
*.js text eol=lf
Expand Down
3 changes: 1 addition & 2 deletions src/Service/DoctrineDiagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public function __construct(
private ?string $connection,
/** @var string[] */
private array $exclude,
)
{
) {
}

/**
Expand Down
Loading