mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-23 15:12:52 +08:00
* chore: introduce auto imports most likely broken as hell * more progress * chore(deps): update deps * progress! * feat: add initial e2e test setup * test: cleanup e2e tests and add a github action * test: adjust screen size to be 1080p * test: make test a bit more resilient * test: allow setting the debug var via workflow dispatch * test: moar e2e tests
49 lines
2.0 KiB
XML
49 lines
2.0 KiB
XML
<component name="ProjectCodeStyleConfiguration">
|
|
<code_scheme name="Project" version="173">
|
|
<option name="LINE_SEPARATOR" value=" " />
|
|
<option name="DO_NOT_FORMAT">
|
|
<list>
|
|
<fileSet type="globPattern" pattern="frontend/*" />
|
|
</list>
|
|
</option>
|
|
<JavaCodeStyleSettings>
|
|
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
|
|
<option name="IMPORT_LAYOUT_TABLE">
|
|
<value>
|
|
<package name="" withSubpackages="true" static="false" />
|
|
<emptyLine />
|
|
<package name="" withSubpackages="true" static="true" />
|
|
</value>
|
|
</option>
|
|
</JavaCodeStyleSettings>
|
|
<SqlCodeStyleSettings version="7">
|
|
<option name="KEYWORD_CASE" value="2" />
|
|
<option name="IDENTIFIER_CASE" value="1" />
|
|
<option name="TYPE_CASE" value="1" />
|
|
<option name="CUSTOM_TYPE_CASE" value="1" />
|
|
<option name="BUILT_IN_CASE" value="4" />
|
|
<option name="SUBQUERY_OPENING" value="1" />
|
|
<option name="SUBQUERY_CONTENT" value="1" />
|
|
<option name="SUBQUERY_CLOSING" value="1" />
|
|
<option name="INSERT_INTO_NL" value="2" />
|
|
<option name="INSERT_EL_WRAP" value="2" />
|
|
<option name="SET_EL_LINE" value="1" />
|
|
<option name="SET_EL_WRAP" value="2" />
|
|
<option name="WITH_ALIGN_AS" value="true" />
|
|
<option name="SELECT_EL_WRAP" value="2" />
|
|
<option name="FROM_EL_WRAP" value="2" />
|
|
<option name="FROM_ONLY_JOIN_INDENT" value="1" />
|
|
<option name="WHERE_EL_WRAP" value="2" />
|
|
<option name="ORDER_EL_WRAP" value="2" />
|
|
<option name="CONSTRAINT_WRAP_1" value="false" />
|
|
<option name="CONSTRAINT_WRAP_4" value="true" />
|
|
<option name="VIEW_INDENT_QUERY" value="true" />
|
|
<option name="SCRIPT_STMT_FOLLOWS_BLANK_LINE" value="1" />
|
|
</SqlCodeStyleSettings>
|
|
<codeStyleSettings language="SQL">
|
|
<indentOptions>
|
|
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
</code_scheme>
|
|
</component> |