Skip to content

Commit aab8478

Browse files
author
Artem Kholodnyi
committed
Disable 'use fully qualified class name' option
1 parent 4323bd3 commit aab8478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configs/raywenderlich_com.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<option name="LINE_SEPARATOR" value="&#10;" />
1616
<option name="FIELD_NAME_PREFIX" value="m" />
1717
<option name="STATIC_FIELD_NAME_PREFIX" value="s" />
18-
<option name="USE_FQ_CLASS_NAMES" value="true" />
18+
<option name="USE_FQ_CLASS_NAMES" value="false" />
1919
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
2020
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
2121
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
@@ -239,4 +239,4 @@
239239
</rules>
240240
</arrangement>
241241
</codeStyleSettings>
242-
</code_scheme>
242+
</code_scheme>

0 commit comments

Comments
 (0)