-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.json
More file actions
46 lines (44 loc) · 1.11 KB
/
options.json
File metadata and controls
46 lines (44 loc) · 1.11 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
{
"atcoderHandle": "sk_arman",
"atcoderMaxPrevDays" : 12365,
"onlyAC": true,
"overwrite": false,
"giveUniqueNames" : false,
"defaultExtension" : ".txt",
"extensionMapping": {
"GNU C": ".c",
"GNU C11": ".c",
"Clang++17 Diagnostics": ".cpp",
"GNU C++": ".cpp",
"GNU C++11": ".cpp",
"GNU C++14": ".cpp",
"GNU C++17": ".cpp",
"C++14 (GCC 5.4.1)": ".cpp",
"C++ (GCC 9.2.1)": ".cpp",
"GNU C++17 Diagnostics": ".cpp",
"GNU C++17 (64)": ".cpp",
"MS C++": ".cpp",
"Mono C#": ".cs",
"D": ".d",
"Go": ".go",
"Haskell": ".hs",
"Java 8": ".java",
"Kotlin": ".kt",
"Ocaml": ".ml",
"Delphi": ".dpr",
"FPC": ".pas",
"PascalABC.NET": ".pas",
"Perl": ".pl",
"PHP": ".php",
"Python 2": ".py",
"Python 3": ".py",
"PyPy 2": ".py",
"PyPy 3": ".py",
"Ruby": ".rb",
"Rust": ".rs",
"Scala": ".scala",
"JavaScript": ".js",
"Node.js": ".js",
"Q#": ".qs"
}
}