diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-10 15:04:52 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-10 15:04:52 +0000 |
commit | 08cefb0e7490dd229eed93a556591c1993eee07b (patch) | |
tree | 7c3a36630e336d393a955d19f5e8069fd7949258 /smarker.conf | |
parent | d7485e7632c3625a6c179e12cecbc5b0c1bb73bd (diff) | |
download | Smarker-08cefb0e7490dd229eed93a556591c1993eee07b.tar.gz Smarker-08cefb0e7490dd229eed93a556591c1993eee07b.zip |
added getting full runtime analysis output
Diffstat (limited to 'smarker.conf')
-rw-r--r-- | smarker.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/smarker.conf b/smarker.conf index 84d8c5c..1d6b9da 100644 --- a/smarker.conf +++ b/smarker.conf @@ -9,6 +9,7 @@ show_full_docs = True show_source = True [txt] -show_full_docs = False -show_source = False -show_all_regex_occurrences = True
\ No newline at end of file +show_full_docs = True +show_source = True +show_all_regex_occurrences = True +show_all_run_output = False
\ No newline at end of file |