-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepomix.config.jsonc
More file actions
42 lines (42 loc) · 976 Bytes
/
repomix.config.jsonc
File metadata and controls
42 lines (42 loc) · 976 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
{
"$schema": "https://repomix.com/schemas/latest/schema.json",
"input": {
"maxFileSize": 50000000
},
"output": {
"filePath": "repo.json",
"style": "json",
"parsableStyle": false,
"compress": false,
"headerText": "This repository contains the code for Secondlayer - Clarity contract tooling.",
"fileSummary": true,
"directoryStructure": true,
"files": true,
"removeComments": false,
"removeEmptyLines": false,
"topFilesLength": 5,
"showLineNumbers": false,
"includeEmptyDirectories": true,
"truncateBase64": true,
"tokenCountTree": 50000,
"git": {
"sortByChanges": true,
"sortByChangesMaxCommits": 100,
"includeDiffs": true,
"includeLogs": true,
"includeLogsCount": 50
}
},
"include": [],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": ["node_modules/**", "bun.lock", "*.lock"]
},
"security": {
"enableSecurityCheck": true
},
"tokenCount": {
"encoding": "o200k_base"
}
}