summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/main/DecompilerContext.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fernflower/main/DecompilerContext.java')
-rw-r--r--src/de/fernflower/main/DecompilerContext.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/de/fernflower/main/DecompilerContext.java b/src/de/fernflower/main/DecompilerContext.java
index 213898a..813f4ab 100644
--- a/src/de/fernflower/main/DecompilerContext.java
+++ b/src/de/fernflower/main/DecompilerContext.java
@@ -87,13 +87,14 @@ public class DecompilerContext {
mapDefault.put(IFernflowerPreferences.REMOVE_EMPTY_RANGES, "1");
mapDefault.put(IFernflowerPreferences.NEW_LINE_SEPARATOR, "0");
-
+ mapDefault.put(IFernflowerPreferences.INDENT_STRING, " ");
+
mapDefault.put(IFernflowerPreferences.IDEA_NOT_NULL_ANNOTATION, "1");
if(propertiesCustom != null) {
mapDefault.putAll(propertiesCustom);
}
-
+
currentContext.set(new DecompilerContext(mapDefault));
}