From 2a9d474aace5c9a90b6b1e3c7b6f0d9fc4f6519c Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 16 Sep 2022 10:51:07 +0200 Subject: [PATCH] pkgdev: comments on own lines --- .config/pkgdev/pkgdev.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/pkgdev/pkgdev.conf b/.config/pkgdev/pkgdev.conf index 381293d..dfd8adf 100644 --- a/.config/pkgdev/pkgdev.conf +++ b/.config/pkgdev/pkgdev.conf @@ -1,7 +1,11 @@ [DEFAULT] -commit.scan = true # run `pkgcheck scan` before committing -commit.ask = true # allow creating commits with QA errors -commit.signoff = true # add Signed-off-by tag -push.ask = true # allow pushing commits with QA errors +# run `pkgcheck scan` before committing +commit.scan = true +# allow creating commits with QA errors +commit.ask = true +# add Signed-off-by tag +commit.signoff = true +# allow pushing commits with QA errors +push.ask = true # vim: set ft=toml: