exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 93ab8a2049e635fcd759bfc3d58247e22560b258
parent 3d6928fab875bb0a6831bf7696654d1ba2a7af4f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 16 Sep 2019 21:34:19 +0200

do not indent labels

Diffstat:
Mcontrib/uncrustify.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg @@ -4,7 +4,7 @@ output_tab_size = 2 indent_columns = 2 indent_with_tabs = 0 indent_case_brace = 2 -indent_label=0 +indent_label=-16 code_width=80 #cmd_width=80