Move phpstorm settings to correct folder
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4d8b1920ab
commit
195de4363e
7 changed files with 7 additions and 7 deletions
5
system/.config/phpstorm/config/options/colors.scheme.xml
Normal file
5
system/.config/phpstorm/config/options/colors.scheme.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="EditorColorsManagerImpl">
|
||||
<global_color_scheme name="Darcula" />
|
||||
</component>
|
||||
</application>
|
6
system/.config/phpstorm/config/options/editor.xml
Normal file
6
system/.config/phpstorm/config/options/editor.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<application>
|
||||
<component name="DefaultFont">
|
||||
<option name="FONT_SIZE" value="14" />
|
||||
<option name="FONT_FAMILY" value="Fira Mono" />
|
||||
</component>
|
||||
</application>
|
5
system/.config/phpstorm/config/options/laf.xml
Normal file
5
system/.config/phpstorm/config/options/laf.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="LafManager">
|
||||
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" />
|
||||
</component>
|
||||
</application>
|
5
system/.config/phpstorm/config/options/ui.lnf.xml
Normal file
5
system/.config/phpstorm/config/options/ui.lnf.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="UISettings">
|
||||
<option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
|
||||
</component>
|
||||
</application>
|
Loading…
Add table
Add a link
Reference in a new issue