Add PHP settings
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
195de4363e
commit
c618940012
4 changed files with 46 additions and 2 deletions
5
system/.config/phpstorm/config/options/ide.general.xml
Normal file
5
system/.config/phpstorm/config/options/ide.general.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="GeneralSettings">
|
||||
<option name="showTipsOnStartup" value="false" />
|
||||
</component>
|
||||
</application>
|
8
system/.config/phpstorm/config/options/php.xml
Normal file
8
system/.config/phpstorm/config/options/php.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<application>
|
||||
<component name="MessDetector">
|
||||
<phpmd_settings_migrated />
|
||||
</component>
|
||||
<component name="PhpCodeSniffer">
|
||||
<phpcs_settings_migrated />
|
||||
</component>
|
||||
</application>
|
Loading…
Add table
Add a link
Reference in a new issue