summaryrefslogtreecommitdiff
path: root/spew/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/config.go')
-rw-r--r--spew/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/spew/config.go b/spew/config.go
index 542f457..e32b224 100644
--- a/spew/config.go
+++ b/spew/config.go
@@ -55,3 +55,5 @@ type ConfigState struct {
// Config is the active configuration in use by spew. The configuration
// can be changed by modifying the contents of spew.Config.
var Config ConfigState = ConfigState{Indent: " "}
+
+var defaultConfig = ConfigState{Indent: " "} \ No newline at end of file