Skip to content

Commit 6830441

Browse files
committed
Clean up comments in duckdbrc and sqliterc
1 parent 722a076 commit 6830441

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

image/duckdbrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-- Display settings
2-
.headers on -- default: off
3-
.timer on -- default: off
2+
.headers on
3+
.timer on
44

55
-- Set default null display
6-
.nullvalue NULL -- default: (empty string)
6+
.nullvalue NULL
77

88
-- Enable progress bar for long queries
9-
SET enable_progress_bar = true; -- default: false
9+
SET enable_progress_bar = true;

image/sqliterc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Display settings
2-
.headers on -- default: off
3-
.timer on -- default: off
2+
.headers on
3+
.timer on
44

55
-- Set default null display
6-
.nullvalue NULL -- default: (empty string)
6+
.nullvalue NULL

0 commit comments

Comments
 (0)