Custom project settings
Hi,
can you tell me please how can I set custom settings on project level? This site https://confluence.jetbrains.com/display/PhpStorm/IDE+and+Project+Settings+in+PhpStorm describes two panel on the left site of the settings dialog. But I have only one (global) there. I need to change tab to spaces only for one concrete project.
请先登录再写评论。
Hi there,
That is old tutorial -- after v10 or even maybe v9 the Settings screen was reworked (the structure).
Such settings are now located in "Settings | Editor | Code Style"
If you need project-specific code style -- just choose "Project" in Schema drop-down box -- should be easy to see which one is project-specific and which one is IDE wide schema.
https://www.jetbrains.com/help/phpstorm/code-style.html#d285700e28
Yes there it is. Thanks.