mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* Add linewrap option 'auto' * Specify the exception thrown * Add BDD test * Specify name instead of number * Create test for linewrap auto and fancy format * Fix linewrap auto for fancy format
17 lines
289 B
YAML
17 lines
289 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
editor: ""
|
|
encrypt: false
|
|
highlight: true
|
|
journals:
|
|
default: features/journals/simple.journal
|
|
linewrap: auto
|
|
tagsymbols: "@"
|
|
template: false
|
|
timeformat: "%Y-%m-%d %H:%M"
|
|
indent_character: "|"
|
|
colors:
|
|
date: none
|
|
title: none
|
|
body: none
|
|
tags: none
|