Bring back block style config
This commit is contained in:
parent
ce071841a2
commit
5b68a0cbb7
|
|
@ -35,7 +35,7 @@ public final class Config {
|
||||||
CONFIG_FILE = new File(CONFIGPATH, "config.yml");
|
CONFIG_FILE = new File(CONFIGPATH, "config.yml");
|
||||||
configLoader = YamlConfigurationLoader.builder()
|
configLoader = YamlConfigurationLoader.builder()
|
||||||
.file(CONFIG_FILE)
|
.file(CONFIG_FILE)
|
||||||
.nodeStyle(NodeStyle.FLOW)
|
.nodeStyle(NodeStyle.BLOCK)
|
||||||
.build();
|
.build();
|
||||||
if (!CONFIG_FILE.getParentFile().exists()) {
|
if (!CONFIG_FILE.getParentFile().exists()) {
|
||||||
if(!CONFIG_FILE.getParentFile().mkdirs()) {
|
if(!CONFIG_FILE.getParentFile().mkdirs()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user