Skip to content

Commit

Permalink
[BREAKING] Change config.DefaultERFormat to 'svg'
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jul 8, 2020
1 parent ecad363 commit bdc17bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdc17bd

Please sign in to comment.