Use tabs for indentation in the Fernflower decompiler (#383)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
This commit is contained in:
		
							parent
							
								
									9278f6c4b9
								
							
						
					
					
						commit
						60482833b2
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -71,6 +71,7 @@ public abstract class AbstractFernFlowerDecompiler implements LoomDecompiler { | ||||||
| 				put(IFernflowerPreferences.REMOVE_SYNTHETIC, "1"); | 				put(IFernflowerPreferences.REMOVE_SYNTHETIC, "1"); | ||||||
| 				put(IFernflowerPreferences.LOG_LEVEL, "trace"); | 				put(IFernflowerPreferences.LOG_LEVEL, "trace"); | ||||||
| 				put(IFernflowerPreferences.THREADS, metaData.numberOfThreads()); | 				put(IFernflowerPreferences.THREADS, metaData.numberOfThreads()); | ||||||
|  | 				put(IFernflowerPreferences.INDENT_STRING, "\t"); | ||||||
| 			}}; | 			}}; | ||||||
| 
 | 
 | ||||||
| 		List<String> args = new ArrayList<>(); | 		List<String> args = new ArrayList<>(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue