Skip to content

Commit 96bc7de

Browse files
new configs
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent 386035f commit 96bc7de

File tree

5 files changed

+137
-68
lines changed

5 files changed

+137
-68
lines changed

.idea/codeStyles/Project.xml

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator.xml

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ exports = module.exports = {
2323
SOURCE_FILE: 'source.c',
2424
CPU_SHARE: "0.5",
2525
MEM_LIMIT: '20m'
26+
},
27+
'py2': {
28+
SOURCE_FILE: 'source.py',
29+
CPU_SHARE: "0.5",
30+
MEM_LIMIT: '20m'
31+
},
32+
'nodejs6': {
33+
SOURCE_FILE: 'source.js',
34+
CPU_SHARE: "0.5",
35+
MEM_LIMIT: '20m'
2636
}
2737
}
2838
}

0 commit comments

Comments
 (0)