mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:10:50 +00:00
Configurable code formatting (Indentation + brace position)
This commit is contained in:
@@ -97,13 +97,11 @@ public class FunctionActionItem extends ActionItem {
|
||||
}
|
||||
writer.append(pname);
|
||||
}
|
||||
writer.append(")").newLine();
|
||||
writer.append("{").newLine();
|
||||
writer.indent();
|
||||
writer.append(")").startBlock();
|
||||
|
||||
Graph.graphToString(actions, writer, localData);
|
||||
writer.unindent();
|
||||
return writer.append("}");
|
||||
|
||||
return writer.endBlock();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user