Use tabs for indentation in the Fernflower decompiler (#383)

Co-authored-by: modmuss50 <modmuss50@gmail.com>
dev/0.11
haykam821 2021-06-13 09:34:46 -04:00 committed by GitHub
parent 9278f6c4b9
commit 60482833b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public abstract class AbstractFernFlowerDecompiler implements LoomDecompiler {
put(IFernflowerPreferences.REMOVE_SYNTHETIC, "1");
put(IFernflowerPreferences.LOG_LEVEL, "trace");
put(IFernflowerPreferences.THREADS, metaData.numberOfThreads());
put(IFernflowerPreferences.INDENT_STRING, "\t");
}};
List<String> args = new ArrayList<>();