diff options
author | Oxore <oxore@protonmail.com> | 2023-05-22 21:11:50 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-22 21:11:50 +0300 |
commit | cdabbbcfa0717b2253f79e04eb6ac14996cf9dca (patch) | |
tree | eeabbf96c41bbd23755ee13b3449690d194b5c5e /common.h | |
parent | e40ee76cdae5d85ef9f997d766956bbe179a1fc3 (diff) |
Impl --indent option in some way, use tab by default
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ struct Settings { bool xrefs_to{}; bool xrefs_from{}; bool raw_data_comment{}; + const char *indent{"\t"}; }; using RefKindMask = unsigned; |