diff --git a/config/config.go b/config/config.go index fad0d3a9a..59967089c 100644 --- a/config/config.go +++ b/config/config.go @@ -23,7 +23,7 @@ const DefaultDocPath = "dbdoc" var DefaultConfigFilePaths = []string{".tbls.yml", "tbls.yml"} // DefaultERFormat is the default ER diagram format -const DefaultERFormat = "png" +const DefaultERFormat = "svg" // DefaultDistance is the default distance between tables that display relations in the ER var DefaultDistance = 1