1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-11-09 16:34:32 +03:00

Set default data_formatting to nothing.

This commit is contained in:
Amjith Ramanujam 2017-01-06 09:47:32 -08:00 committed by GitHub
parent 4edd124c0d
commit 17d3f05d56

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 = ""