From cdabbbcfa0717b2253f79e04eb6ac14996cf9dca Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 22 May 2023 21:11:50 +0300 Subject: Impl --indent option in some way, use tab by default --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index 8ec55ba..0cae1ae 100644 --- a/common.h +++ b/common.h @@ -11,6 +11,7 @@ struct Settings { bool xrefs_to{}; bool xrefs_from{}; bool raw_data_comment{}; + const char *indent{"\t"}; }; using RefKindMask = unsigned; -- cgit v1.2.3