-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (53 loc) · 1.04 KB
/
Copy pathconfig.json
File metadata and controls
53 lines (53 loc) · 1.04 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"header": "scv1.0",
"page_format": "dash",
"custom_page_format": "",
"page_position": "header_right",
"line_numbering": "continuous",
"lines_per_page": 50,
"output_mode": "all",
"output_path": "C:\\Users\\yujunyu/Desktop",
"suffixes": [],
"preset_suffix_states": {
".py": true,
".java": false,
".go": false,
".php": false,
".cs": false,
".rb": false,
".html": false,
".css": false,
".scss": false,
".js": false,
".ts": false,
".vue": false,
".jsx": false,
".tsx": false,
".c": false,
".cpp": false,
".h": false,
".hpp": false,
".swift": false,
".kt": false,
".m": false,
".dart": false,
".rs": false,
".sql": false,
".sh": false
},
"ignore_dirs": [],
"preset_ignore_states": {
"node_modules": true,
"dist": true,
".git": true,
"__pycache__": true,
"build": true,
"target": true,
".venv": true,
"venv": true,
".idea": true,
".vscode": true
},
"strip_empty_lines": true,
"strip_comments": false
}