mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
Add indent_character to default_config
This commit is contained in:
parent
91d48f85d0
commit
f493e3704c
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ default_config = {
|
||||||
'tagsymbols': '@',
|
'tagsymbols': '@',
|
||||||
'highlight': True,
|
'highlight': True,
|
||||||
'linewrap': 79,
|
'linewrap': 79,
|
||||||
|
'indent_character': '|',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue