-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathCASAL2.code-workspace
67 lines (67 loc) · 1.24 KB
/
CASAL2.code-workspace
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"folders": [
{
"path": "."
}
],
"settings": {
"cSpell.words": [
"admb",
"adolc",
"arma",
"bertalanffy",
"BEVERTON",
"bfgs",
"bobyqa",
"CASAL",
"catchability",
"cinitial",
"cppad",
"CPUE",
"Doonan",
"electivities",
"estimables",
"hoki",
"Initialisation",
"lbfgs",
"linf",
"MCMC",
"mcmcs",
"Mersenne",
"niwa",
"NIWA's",
"robustified",
"robustify",
"schnute",
"selectivities",
"texttt",
"YCS"
],
"AREPL.max_string_length": 119,
"cSpell.language": "en-GB",
"files.associations": {
"*.rmd": "markdown",
"variant": "cpp",
"*.ipp": "cpp",
"*.tex": "latex",
"any": "cpp",
"functional": "cpp",
"new": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"*.tcc": "cpp",
"array": "cpp",
"fstream": "cpp",
"future": "cpp",
"system_error": "cpp",
"thread": "cpp",
"memory_resource": "cpp",
"*.r": "r",
"ostream": "cpp"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "yapf"
}
}