"Atom beautify" not working in Atom

First of all l'm Japanese and my English is sometimes weird.

My situation is excatly the same as found in this URL:

I mean the same situation as "musayazlik".

enter image description here

This is on Windows 10:
I installed "php-cs-fixer" and of course "Atom beautify".

No error messages and not working.

There are no solutions?

I put "c:\xampp\php" to executable ▶︎PHP

and

put "c:\xampp\php-cs-fixer" to executable ▶︎PHP-CS-Fixer

I really have no idea.

0

1 Answer

You have to put the right paths to the file execs.  You are missing the \PHP\ folder.

C:\xampp\php\php.exe

and

C:\xampp\php\php-cs-fixer(full name of file).phar

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like