Archived
1
0

Adds Author to default settings file

This commit is contained in:
Jip J. Dekker 2016-04-14 16:49:09 +02:00
parent 0e510b23cb
commit b4f4f05b09

View File

@ -28,6 +28,7 @@ var (
settingsFile = "ponder.json"
settingsTemplate = []byte(`{
"Name": "",
"Author": "",
"IgnoreDirs": [".git"],
"LilypondIncludes": [],
"OutputDir": "out"