Skip to content

Commit

Permalink
format phel-config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed May 24, 2024
1 parent 7957d9d commit 9aeb7ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phel-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
return (new PhelConfig())
->setSrcDirs(['src'])
->setTestDirs(['tests'])
->setFormatDirs(['src', 'tests'])
->setIgnoreWhenBuilding(['local.phel'])
->setKeepGeneratedTempFiles(false)
->setBuildConfig((new PhelBuildConfig())
->setMainPhelNamespace('cli-skeleton\main')
->setMainPhpPath('out/main.php'))
->setFormatDirs(['src', 'tests'])
->setExportConfig((new PhelExportConfig())
->setFromDirectories(['src/modules'])
->setNamespacePrefix('PhelGenerated')
->setTargetDirectory('src/PhelGenerated'))
->setIgnoreWhenBuilding(['local.phel'])
->setKeepGeneratedTempFiles(false)
;

0 comments on commit 9aeb7ca

Please sign in to comment.