summaryrefslogtreecommitdiffstats
path: root/pgcli/pgclirc
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-01-06 09:47:32 -0800
committerGitHub <noreply@github.com>2017-01-06 09:47:32 -0800
commit17d3f05d56af134e992711361f23f6912547f595 (patch)
treefb2a8af10b67e7895a1cdc4ca62fc1f1e88ad39f /pgcli/pgclirc
parent4edd124c0dcbf24ff898eaac855f0a76c7c1e8bb (diff)
Set default data_formatting to nothing.
Diffstat (limited to 'pgcli/pgclirc')
-rw-r--r--pgcli/pgclirc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pgcli/pgclirc b/pgcli/pgclirc
index 1440593c..08af49ef 100644
--- a/pgcli/pgclirc
+++ b/pgcli/pgclirc
@@ -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" \ No newline at end of file
+decimal = ""
+float = ""