1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
project_name: "custard"
default_status: "Backlog"
statuses: ["Backlog", "In progress", "Paused", "Done"]
labels: []
date_format: yyyy-mm-dd
max_column_width: 20
default_editor: "micro"
auto_open_browser: true
default_port: 6420
remote_operations: false
auto_commit: false
filesystem_only: false
zero_padded_ids: 3
bypass_git_hooks: false
check_active_branches: true
active_branch_days: 30
task_prefix: "TASK"
|