Skip to content

Commit

Permalink
Add phpactor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jun 29, 2024
1 parent 1a81e47 commit 7db7a32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ln -s $PWD/.emacs.d $HOME/.emacs.d
ln -s $PWD/.signature $HOME/.signature
ln -s $PWD/.zsh $HOME/.zsh
ln -s $PWD/.zsh/.zshenv $HOME/.zshenv
ln -s $PWD/phpactor $HOME/.config/phpactor
12 changes: 12 additions & 0 deletions phpactor/phpactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language_server_phpstan.enabled: true
language_server_phpstan.bin: "%application_root%\/vendor\/bin\/phpstan"
language_server_phpstan.level: "max"
language_server_phpstan.config: "%project_root%\/phpstan.neon.dist"
#composer.autoloader_path: "%project_root%\/tests\/require.php"
symfony.enabled: true
# logging.enabled: true
# logging.level: debug
# logging.path: /tmp/phpactor.log
phpunit.enabled: true
language_server_php_cs_fixer.enabled: true
language_server_php_cs_fixer.bin: "%application_root%\/vendor\/bin\/php-cs-fixer"

0 comments on commit 7db7a32

Please sign in to comment.