printer: indent must be two spaces, closes #2
This commit is contained in:
parent
68aca194ab
commit
59fd9d5a00
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user