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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user