소스 검색

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 4 년 전
부모
커밋
d94f3817d7
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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>