Closed QinMing closed 8 years ago
The sample config.cson in readme doesn't work. Only the following works for me.
config.cson
"save-commands": commands: [ "**/*.go : goimports -w {relPath}{filename}" ]
The important point is that I need to use commands as key, but not saveCommands
commands
saveCommands
Not only fix the readme, also fix the implementation because the package saves the configuration with that parameters
fixed
The sample
config.cson
in readme doesn't work. Only the following works for me.The important point is that I need to use
commands
as key, but notsaveCommands