forked from Mechanical-Advantage/AdvantageScope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfile-header-config.json
More file actions
42 lines (42 loc) · 882 Bytes
/
file-header-config.json
File metadata and controls
42 lines (42 loc) · 882 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
{
"ignore": [
"**/!(*.js|*.mjs|*.ts|*.tsx|*.swift|*.html|*.css|*.c|*.h|*.metal|*.py)",
"bundles",
"docs/build",
"docs/.docusaurus",
"runOwletDownload.js",
"src/hub/dataSources/schema/spark/*",
"src/hub/dataSources/ftcdashboard/configReducer.ts",
"src/hub/dataSources/ftcdashboard/configTypes.ts"
],
"license": "file-header.txt",
"licenseFormats": {
"js|ts|mjs|tsx|swift|c|h|metal": {
"append": "",
"eachLine": {
"prepend": "// "
}
},
"html": {
"prepend": "<!--",
"append": "-->\n",
"eachLine": {
"prepend": " "
}
},
"css": {
"prepend": "/*",
"append": "*/\n",
"eachLine": {
"prepend": " "
}
},
"python": {
"append": "",
"eachLine": {
"prepend": "# "
}
}
},
"trailingWhitespace": "TRIM"
}