Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit b1b03a3

Browse files
committed
add editor setting
1 parent 85d8ae4 commit b1b03a3

4 files changed

Lines changed: 23 additions & 1 deletion

File tree

configs/codestyles/Square.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<option name="USE_RELATIVE_INDENTS" value="false" />
1414
</value>
1515
</option>
16+
<option name="LINE_SEPARATOR" value="&#10;" />
1617
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
1718
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
1819
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
@@ -25,7 +26,8 @@
2526
<package name="" withSubpackages="true" static="true" />
2627
</value>
2728
</option>
28-
<option name="RIGHT_MARGIN" value="100" />
29+
<option name="RIGHT_MARGIN" value="120" />
30+
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="true" />
2931
<option name="JD_ALIGN_PARAM_COMMENTS" value="false" />
3032
<option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" />
3133
<option name="JD_P_AT_EMPTY_LINES" value="false" />
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<application>
2+
<component name="CodeStyleSchemeSettings">
3+
<option name="CURRENT_SCHEME_NAME" value="Square" />
4+
</component>
5+
</application>

configs/options/editor.codeinsight.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<application>
2+
<component name="CodeFoldingSettings">
3+
<option name="COLLAPSE_METHODS" value="true" />
4+
</component>
25
<component name="CodeInsightSettings">
6+
<option name="OPTIMIZE_IMPORTS_ON_THE_FLY" value="true" />
7+
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
38
<EXCLUDED_PACKAGE NAME="autovalue.shaded" />
49
<EXCLUDED_PACKAGE NAME="avro.shaded" />
510
<EXCLUDED_PACKAGE NAME="com.beust.jcommander.internal" />
@@ -14,4 +19,8 @@
1419
<EXCLUDED_PACKAGE NAME="org.mockito.internal.verification.VerificationModeFactory" />
1520
<EXCLUDED_PACKAGE NAME="junit.framework.Assert" />
1621
</component>
22+
<component name="JavaCodeFoldingSettings">
23+
<option name="collapseInnerClasses" value="true" />
24+
<option name="COLLAPSE_INNER_CLASSES" value="true" />
25+
</component>
1726
</application>

configs/options/editor.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<application>
2+
<component name="EditorSettings">
3+
<option name="ARE_LINE_NUMBERS_SHOWN" value="true" />
4+
<option name="IS_WHITESPACES_SHOWN" value="true" />
5+
</component>
6+
</application>

0 commit comments

Comments
 (0)