mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 17:11:53 +00:00
Added Configurable tab size (formatting must be set to use tabs) - default matches indent size of 3
Fixed #2021 Indent continuation when using tabs
This commit is contained in:
@@ -971,6 +971,11 @@ public final class Configuration {
|
||||
@ConfigurationDefaultBoolean(false)
|
||||
@ConfigurationCategory("export")
|
||||
public static ConfigurationItem<Boolean> flaExportUseMappedFontLayout = null;
|
||||
|
||||
@ConfigurationDefaultInt(3)
|
||||
@ConfigurationName("formatting.tab.size")
|
||||
@ConfigurationCategory("format")
|
||||
public static ConfigurationItem<Integer> tabSize = null;
|
||||
|
||||
private enum OSId {
|
||||
WINDOWS, OSX, UNIX
|
||||
|
||||
Reference in New Issue
Block a user