Dear Phalcon-team!
If someone of you uses PhpStorm or IDEA, can you share CodeStyle?
External libraries phalcon-devtools/ide/1.2.4/Phalcon
No, this is lib for comfortable work with framework (code completion, etc.). I mean styles of code formatting. It can be jar-file with exported settings or CodeSniffer coding standard.
Framework is written in C so there is no CodeSniffer but you can use PSR-2 Standard for PHP CS because currentlly Phalcon Framework is part of PHP-FIG. More info about it here: https://forum.phalcon.io/discussion/1405/php-fig-representative
Exactly what i want. Thanks.