diff --git a/.editorconfig b/.editorconfig index b990a50..36354a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.gitattributes b/.gitattributes index eff0286..4cadb87 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/src/Service/DoctrineDiagram.php b/src/Service/DoctrineDiagram.php index cb174d6..5dd9d52 100644 --- a/src/Service/DoctrineDiagram.php +++ b/src/Service/DoctrineDiagram.php @@ -26,8 +26,7 @@ public function __construct( private ?string $connection, /** @var string[] */ private array $exclude, - ) - { + ) { } /**