-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitcells.yaml
More file actions
42 lines (37 loc) · 816 Bytes
/
gitcells.yaml
File metadata and controls
42 lines (37 loc) · 816 Bytes
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
35
36
37
38
39
40
41
42
version: 1.0
git:
branch: main
auto_push: false
auto_pull: true
user_name: "gitcells"
user_email: "gitcells@localhost"
commit_template: "gitcells: {action} {filename} at {timestamp}"
watcher:
directories: []
ignore_patterns:
- "~$*"
- "*.tmp"
- ".~lock.*"
debounce_delay: 2s
file_extensions:
- ".xlsx"
- ".xls"
- ".xlsm"
converter:
preserve_formulas: true
preserve_styles: true
preserve_comments: true
compact_json: false
ignore_empty_cells: true
max_cells_per_sheet: 1000000
features:
enable_experimental_features: false
enable_advanced_diff_view: false
enable_beta_updates: false
enable_telemetry: true
updates:
auto_check_updates: true
check_interval: 24h
include_prereleases: false
auto_download_updates: false
notify_on_update: true