This commit is contained in:
Martin Donnelly 2020-02-12 12:59:39 +00:00
commit 7e214a19f5
3 changed files with 26 additions and 0 deletions

5
code.style.schemes.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="CodeStyleSchemeSettings">
<option name="CURRENT_SCHEME_NAME" value="Default (2)" />
</component>
</application>

View File

@ -1,4 +1,11 @@
<application>
<component name="DefaultFont">
<option name="FONT_SIZE" value="16" />
<option name="FONT_FAMILY" value="Fira Code" />
</component>
<component name="EditorSettings">
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
</component>

14
ui.lnf.xml Normal file
View File

@ -0,0 +1,14 @@
<application>
<component name="UISettings">
<option name="ANIMATE_WINDOWS" value="false" />
<option name="FONT_FACE" value="Roboto Condensed" />
<option name="FONT_SCALE" value="1.0" />
<option name="FONT_SIZE" value="14" />
<option name="HIDE_TOOL_STRIPES" value="false" />
<option name="MARK_MODIFIED_TABS_WITH_ASTERISK" value="true" />
<option name="MAX_LOOKUP_LIST_HEIGHT" value="5" />
<option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
<option name="SHOW_MAIN_TOOLBAR" value="true" />
<option name="SHOW_MEMORY_INDICATOR" value="true" />
</component>
</application>