-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcds-text-sync.json
More file actions
42 lines (42 loc) · 872 Bytes
/
cds-text-sync.json
File metadata and controls
42 lines (42 loc) · 872 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
{
"backup_retention_count": 10,
"layout": "project-view",
"pre_import_backup_enabled": true,
"profile": "default",
"projections": {
"dut_st": {
"enabled": true,
"format": "st",
"import_safe": false,
"kind": "dut"
},
"gvl_st": {
"enabled": true,
"format": "st",
"import_safe": false,
"kind": "gvl"
},
"pou_child_st": {
"enabled": true,
"format": "st",
"import_safe": false,
"kind": "method"
},
"pou_st": {
"enabled": true,
"format": "st",
"import_safe": false,
"kind": "pou"
},
"textlist_csv": {
"enabled": true,
"format": "csv",
"import_safe": true,
"kind": "textlist"
}
},
"show_completion_popup": true,
"verbose_logging": false,
"version": 1,
"view_root": null
}