mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
Add descriptions to journal settings
This commit is contained in:
parent
773423fcf4
commit
fbe5f9225c
1 changed files with 6 additions and 3 deletions
|
@ -74,11 +74,14 @@
|
|||
"hard_tabs": false,
|
||||
// How many columns a tab should occupy.
|
||||
"tab_size": 4,
|
||||
// TODO
|
||||
// Settings specific to journaling
|
||||
"journal": {
|
||||
// TODO
|
||||
// The directory in which the journal entries are created
|
||||
"journal_directory": "always_home",
|
||||
// TODO
|
||||
// What format to present the hours in
|
||||
// May take 2 values:
|
||||
// 1. hour12
|
||||
// 2. hour24
|
||||
"hour_format": "hour12"
|
||||
},
|
||||
// Settings specific to the terminal
|
||||
|
|
Loading…
Reference in a new issue