summaryrefslogtreecommitdiff
path: root/python/src/com/jetbrains/python/formatter/PyLanguageCodeStyleSettingsProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/com/jetbrains/python/formatter/PyLanguageCodeStyleSettingsProvider.java')
-rw-r--r--python/src/com/jetbrains/python/formatter/PyLanguageCodeStyleSettingsProvider.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/src/com/jetbrains/python/formatter/PyLanguageCodeStyleSettingsProvider.java b/python/src/com/jetbrains/python/formatter/PyLanguageCodeStyleSettingsProvider.java
index 32ad8a31b003..4acfcbd60f74 100644
--- a/python/src/com/jetbrains/python/formatter/PyLanguageCodeStyleSettingsProvider.java
+++ b/python/src/com/jetbrains/python/formatter/PyLanguageCodeStyleSettingsProvider.java
@@ -89,7 +89,8 @@ public class PyLanguageCodeStyleSettingsProvider extends LanguageCodeStyleSettin
BLANK_LINES);
}
else if (settingsType == SettingsType.WRAPPING_AND_BRACES_SETTINGS) {
- consumer.showStandardOptions("KEEP_LINE_BREAKS",
+ consumer.showStandardOptions("RIGHT_MARGIN",
+ "KEEP_LINE_BREAKS",
"WRAP_LONG_LINES",
"ALIGN_MULTILINE_PARAMETERS",
"ALIGN_MULTILINE_PARAMETERS_IN_CALLS");