summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-22 21:11:50 +0300
committerOxore <oxore@protonmail.com>2023-05-22 21:11:50 +0300
commitcdabbbcfa0717b2253f79e04eb6ac14996cf9dca (patch)
treeeeabbf96c41bbd23755ee13b3449690d194b5c5e /common.h
parente40ee76cdae5d85ef9f997d766956bbe179a1fc3 (diff)
Impl --indent option in some way, use tab by default
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
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;