-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.json
57 lines (57 loc) · 1.11 KB
/
setup.json
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
{
"codewars": {
"email": "",
"password": "",
"api_key": ""
},
"download_folder": "./solutions",
"file_extensions": {
"agda": ".agda",
"bf": ".bf",
"c": ".c",
"csharp": ".cs",
"cpp": ".cpp",
"c++": ".cpp",
"objc": ".m",
"clojure": ".clj",
"coffeescript": ".coffee",
"coq": ".coq",
"crystal": ".cr",
"dart": ".dart",
"elixir": ".ex",
"elm": ".elm",
"erlang": ".er",
"fsharp": ".fs",
"fortran": ".f90",
"go": ".go",
"groovy": ".groovy",
"haskell": ".hs",
"idris": ".idr",
"java": ".java",
"javascript": ".js",
"julia": ".jl",
"kotlin": ".kt",
"lua": ".lua",
"nasm": ".a",
"nim": ".nim",
"ocaml": ".ml",
"perl": ".pl",
"php": ".php",
"powershell": ".ps1",
"purescript": ".purs",
"python": ".py",
"r": ".r",
"racket": ".rkt",
"raku": ".raku",
"reason": ".re",
"ruby": ".rb",
"rust": ".rs",
"scala": ".scala",
"shell": ".sh",
"solidity": ".sol",
"sql": ".sql",
"swift": ".swift",
"typescript": ".ts"
},
"reloads_in_browser": 100
}