printer: indent must be two spaces, closes #2

This commit is contained in:
Fatih Arslan 2015-11-04 17:07:47 +03:00
parent 68aca194ab
commit 59fd9d5a00

View File

@ -10,7 +10,9 @@ import (
"github.com/fatih/hcl/parser"
)
var DefaultConfig = Config{}
var DefaultConfig = Config{
SpacesWidth: 2,
}
// A Config node controls the output of Fprint.
type Config struct {