mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 02:59:06 +02:00
Improve the newlines in the yml files. (All ymls kits, etc need testing)
This commit is contained in:
@@ -80,10 +80,10 @@ public class YamlStorageWriter implements IStorageWriter
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
writeScalar(data);
|
writeScalar(data);
|
||||||
writer.println();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
writer.println();
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean writeKey(final Field field, final int depth, final Object data)
|
private boolean writeKey(final Field field, final int depth, final Object data)
|
||||||
@@ -194,10 +194,10 @@ public class YamlStorageWriter implements IStorageWriter
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
writeScalar(value);
|
writeScalar(value);
|
||||||
writer.println();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
writer.println();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void writeIndention(final int depth)
|
private void writeIndention(final int depth)
|
||||||
|
Reference in New Issue
Block a user