Browse Source

Adjust code generation to match existing style

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Samuel Holland 5 years ago
parent
commit
053ca232aa
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .idea/codeStyles/Project.xml

+ 3
- 0
.idea/codeStyles/Project.xml View File

@@ -34,6 +34,9 @@
<option name="USE_CUSTOM_SETTINGS" value="true" />
</AndroidXmlCodeStyleSettings>
<JavaCodeStyleSettings>
<option name="GENERATE_FINAL_LOCALS" value="true" />
<option name="GENERATE_FINAL_PARAMETERS" value="true" />
<option name="INSERT_INNER_CLASS_IMPORTS" value="true" />
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">


Loading…
Cancel
Save