diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-26T09·32+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-26T09·32+0100 |
commit | cf6d181f7cfb4084cf1ef0bbec595fc00194b469 (patch) | |
tree | 8599ed8675cde0eca34622ce8b7ccc4e0da14e85 | |
parent | d3a337199a4567fe1b3d1c55aab399334d598610 (diff) |
Add .sqliterc to //configs
Prefer these more human-readable defaults to SQLite.
-rw-r--r-- | configs/.sqliterc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/.sqliterc b/configs/.sqliterc new file mode 100644 index 000000000000..7e8b3e3fb4a9 --- /dev/null +++ b/configs/.sqliterc @@ -0,0 +1,2 @@ +.mode column +.headers on \ No newline at end of file |