1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-14 18:44:48 +02:00

Improve the newlines in the yml files. (All ymls kits, etc need testing)

This commit is contained in:
ementalo
2012-07-05 16:10:36 +01:00
parent d78c4930c1
commit 9f7214a97f

View File

@@ -80,11 +80,11 @@ public class YamlStorageWriter implements IStorageWriter
else
{
writeScalar(data);
}
}
}
writer.println();
}
}
}
}
private boolean writeKey(final Field field, final int depth, final Object data)
{
@@ -194,11 +194,11 @@ public class YamlStorageWriter implements IStorageWriter
else
{
writeScalar(value);
}
}
}
writer.println();
}
}
}
}
private void writeIndention(final int depth)
{