mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-20633 PY-9764 Change the code sample to better show effect of the new options
This commit is contained in:
@@ -192,7 +192,7 @@ public class PyLanguageCodeStyleSettingsProvider extends LanguageCodeStyleSettin
|
||||
" def foo(self):\n" +
|
||||
" pass";
|
||||
@SuppressWarnings("FieldCanBeLocal")
|
||||
private static String WRAP_SETTINGS_PREVIEW = "from module import (foo, bar, baz, quux,)\n" +
|
||||
private static String WRAP_SETTINGS_PREVIEW = "from module import foo, bar, baz, quux\n" +
|
||||
"\n" +
|
||||
"long_expression = component_one + component_two + component_three + component_four + component_five + component_six\n" +
|
||||
"\n" +
|
||||
|
||||
Reference in New Issue
Block a user