How to load predefined code style
Answered
Hi I develop php framework and it add some language predefined code style. How can I load progremmaticly to code style to those language when the framework is enabled and return to the default on disabled.
I also prefer to change the the code style in project level and on IDE level.
In general how I change setting In the IDE that already exist by JetBrain or other installed plugins?
Thanks
Please sign in to leave a comment.
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206108479-Codestyle-xml
In general, it is not recommended to change settings without explicit user consent to do so.
Thanks Yann