mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2025-12-11 22:00:05 +01:00
fix(generator): fix leading newline in generated json files
This commit is contained in:
parent
e04b71c074
commit
078034b01e
3 changed files with 15 additions and 5 deletions
|
|
@ -22,5 +22,14 @@ in
|
|||
gitignore = true;
|
||||
};
|
||||
};
|
||||
testJson = {
|
||||
output = "test.json";
|
||||
data.hello = "world";
|
||||
opts.format = "json";
|
||||
hook = {
|
||||
mode = "copy";
|
||||
gitignore = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}).config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue