Add more PhpStorm settings
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
920df0eb96
commit
93c71567ff
4 changed files with 32 additions and 0 deletions
8
system/.config/phpstorm/config/inspection/Custom.xml
Normal file
8
system/.config/phpstorm/config/inspection/Custom.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<profile version="1.0">
|
||||
<option name="myName" value="Custom" />
|
||||
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
||||
<option name="processCode" value="true" />
|
||||
<option name="processLiterals" value="true" />
|
||||
<option name="processComments" value="true" />
|
||||
</inspection_tool>
|
||||
</profile>
|
Loading…
Add table
Add a link
Reference in a new issue