1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-19 17:58:44 +03:00

Merge pull request #630 from dbcli/amjith/data-formatting-1

Set default data_formatting to nothing.
This commit is contained in:
Stuart Quin 2017-01-07 11:53:00 +00:00 committed by GitHub
commit 77e21b0379

View File

@ -138,5 +138,5 @@ Token.Toolbar.Transaction.Failed = 'bg:#222222 #ff005f bold'
# for decimal "d" - 12345678, ",d" - 12,345,678
# for float "g" - 123456.78, ",g" - 123,456.78
[data_formats]
decimal = ",d"
float = ",g"
decimal = ""
float = ""