From 185c336bffb4c55017d68e11d24e78732260ce47 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 17 Jul 2024 06:46:12 +0100 Subject: [PATCH] ;examples: hledger.conf updates --- hledger.conf.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hledger.conf.sample b/hledger.conf.sample index 1c7b37115..7763149ba 100644 --- a/hledger.conf.sample +++ b/hledger.conf.sample @@ -15,11 +15,12 @@ # 1. General options. These will be used with all commands which support them. -# Show prettier tables in reports. +# Show prettier tables in reports. Recommended unless your font doesn't +# support box drawing characters. --pretty -# Don't check balance assertions by default. (When you're ready to check them, -# run with -s, or run hledger check assertions.) +# Maybe don't check balance assertions all the time ? When you're ready, +# check them with -s or hledger check assertions. --ignore-assertions # Always infer these things ? Why not.