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
1
system/.config/phpstorm/config/codestyles/Default.xml
Normal file
1
system/.config/phpstorm/config/codestyles/Default.xml
Normal file
|
@ -0,0 +1 @@
|
|||
<code_scheme name="Default" version="173" />
|
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>
|
|
@ -0,0 +1,3 @@
|
|||
<application>
|
||||
<component name="DaemonCodeAnalyzerSettings" profile="Custom" />
|
||||
</application>
|
|
@ -3,4 +3,24 @@
|
|||
<option name="FONT_SIZE" value="14" />
|
||||
<option name="FONT_FAMILY" value="Fira Mono" />
|
||||
</component>
|
||||
<component name="EditorSettings">
|
||||
<option name="languageBreadcrumbsMap">
|
||||
<map>
|
||||
<entry key="CSS" value="true" />
|
||||
<entry key="HTML" value="true" />
|
||||
<entry key="Haml" value="true" />
|
||||
<entry key="JSON" value="true" />
|
||||
<entry key="JavaScript" value="true" />
|
||||
<entry key="LESS" value="true" />
|
||||
<entry key="PHP" value="true" />
|
||||
<entry key="SASS" value="true" />
|
||||
<entry key="SCSS" value="true" />
|
||||
<entry key="TypeScript" value="true" />
|
||||
<entry key="XHTML" value="true" />
|
||||
<entry key="XML" value="true" />
|
||||
<entry key="yaml" value="true" />
|
||||
</map>
|
||||
</option>
|
||||
<option name="SHOW_BREADCRUMBS" value="false" />
|
||||
</component>
|
||||
</application>
|
Loading…
Add table
Add a link
Reference in a new issue