forked from aziz/PlainTasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PlainTasks (OSX).sublime-settings
34 lines (33 loc) · 1.11 KB
/
PlainTasks (OSX).sublime-settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ]
"done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x]
"cancelled_tasks_bullet": "✘", // options: x | ✘ | [-]
"before_tasks_bullet_margin": 1,
"date_format": "(%y-%m-%d %H:%M)",
"done_tag": true, // related to @cancelled as well
"project_tag": true, // if true - postfix archived task with project tag, if false - prefix
"archive_name": "Archive:", // make sure it is the unique project name within your todo files
"indent_after_task": true, // indenting the next line after tasks
"new_on_top": true, // how to sort archived tasks
"color_scheme": "Packages/PlainTasks/tasks.hidden-tmTheme",
"font_size": 15,
"font_face": "Consolas",
"draw_indent_guides": false,
"line_numbers": false,
"gutter": true,
"margin": 2,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": false,
"match_brackets": false,
"fold_buttons": true,
"fade_fold_buttons": false,
"extensions":
[
"TODO",
"todo",
"todolist",
"taskpaper",
"tasks"
]
}