mirror of
https://github.com/status-im/status-go.git
synced 2026-08-30 16:41:20 +00:00
* fix: goimports only 1 local package * fix: vscode settings goimports * fix: un-gitignore IDEA code styles * feat: goland code styles * fix: remove generate_handlers nolint comment * chore: lint-fix all files
14 lines
679 B
XML
14 lines
679 B
XML
<component name="ProjectCodeStyleConfiguration">
|
|
<code_scheme name="Project" version="173">
|
|
<option name="AUTODETECT_INDENTS" value="false" />
|
|
<GoCodeStyleSettings>
|
|
<option name="ADD_PARENTHESES_FOR_SINGLE_IMPORT" value="true" />
|
|
<option name="REMOVE_REDUNDANT_IMPORT_ALIASES" value="true" />
|
|
<option name="MOVE_ALL_IMPORTS_IN_ONE_DECLARATION" value="true" />
|
|
<option name="MOVE_ALL_STDLIB_IMPORTS_IN_ONE_GROUP" value="true" />
|
|
<option name="GROUP_STDLIB_IMPORTS" value="true" />
|
|
<option name="CREATE_LOCAL_GROUP" value="true" />
|
|
<option name="LOCAL_PACKAGE_PREFIXES" />
|
|
</GoCodeStyleSettings>
|
|
</code_scheme>
|
|
</component> |