diff options
| -rw-r--r-- | .idea/codeStyleSettings.xml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index 8e56756..537b0a6 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -106,6 +106,7 @@          <codeStyleSettings language="XML">            <option name="FORCE_REARRANGE_MODE" value="1" />            <indentOptions> +            <option name="CONTINUATION_INDENT_SIZE" value="4" />              <option name="USE_TAB_CHARACTER" value="true" />            </indentOptions>            <arrangement> @@ -264,4 +265,4 @@      </option>      <option name="USE_PER_PROJECT_SETTINGS" value="true" />    </component> -</project>
\ No newline at end of file +</project>  | 
