Explorar el Código

Merge pull request #6185 from nextcloud/ezaquarii/change-kotlin-formatter-settings-to-match-official-recommendations

Change IDE Kotlin code formatter to follow official recommendations
Tobias Kaminsky hace 4 años
padre
commit
d94f3817d7
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      .idea/codeStyles/Project.xml

+ 1 - 3
.idea/codeStyles/Project.xml

@@ -61,6 +61,7 @@
       </option>
       <option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" />
       <option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" />
+      <option name="CONTINUATION_INDENT_IN_PARAMETER_LISTS" value="false" />
     </JetCodeStyleSettings>
     <MarkdownNavigatorCodeStyleSettings>
       <option name="RIGHT_MARGIN" value="120" />
@@ -193,8 +194,5 @@
         </rules>
       </arrangement>
     </codeStyleSettings>
-    <codeStyleSettings language="kotlin">
-      <option name="ALIGN_MULTILINE_METHOD_BRACKETS" value="true" />
-    </codeStyleSettings>
   </code_scheme>
 </component>