Home  >  Article  >  Backend Development  >  How to cancel PHPstorm's forced indentation?

How to cancel PHPstorm's forced indentation?

WBOY
WBOYOriginal
2016-07-06 13:53:411749browse

As mentioned, PHPstorm automatically forces indentation by default, but when using heredoc syntax, the end character cannot have indentation. How can I cancel forced indentation?

This question has been closed. Reason: The question was asked poorly

Reply content:

As mentioned, PHPstorm automatically forces indentation by default, but when using heredoc syntax, the end character cannot have indentation. How can I cancel forced indentation?

File->setting->Editor->code_style->indent value can be changed to 0. According to your needs, php and HTML style can be changed

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn