Androlib.writeMetaFile(): use default intendation.

This commit is contained in:
Ryszard Wiśniewski 2010-06-02 10:11:24 +02:00
parent ebfb9e3038
commit 0ad4f262a6

View File

@ -119,7 +119,7 @@ public class Androlib {
throws AndrolibException {
DumperOptions options = new DumperOptions();
options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
options.setIndent(4);
// options.setIndent(4);
Yaml yaml = new Yaml(options);
try {
yaml.dump(meta, new FileWriter(new File(mOutDir, "apktool.yml")));