aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/config.json b/config.json
deleted file mode 100644
index 812e3d7..0000000
--- a/config.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "languages": {
- "python": {
- "extension": "py",
- "comment" : {
- "top": "###",
- "prefix" : "# ",
- "bottom": "###"
- }
- },
-
- "haskell": {
- "extension": "hs",
- "comment" : {
- "top": "----",
- "prefix" : "-- ",
- "bottom": "----"
- }
- },
-
- "c": {
- "extension": "c",
- "comment" : {
- "top": "/*",
- "prefix" : "* ",
- "bottom": "*/"
- }
- },
-
- "lisp": {
- "extension": "lisp",
- "comment" : {
- "top": ";;;;;;;;",
- "prefix" : ";;;; ",
- "bottom": ";;;;;;;;"
- }
- },
- "rust": {
- "extension": "rs",
- "comment": {
- "top": "/*",
- "prefix" : "* ",
- "bottom": "*/"
- }
- },
- "julia": {
- "extension": "jl",
- "comment": {
- "top": "###",
- "prefix" : "# ",
- "bottom": "###"
- }
- }
- },
- "url_format": "http://projecteuler.net/problem={index}",
- "line_wrap": 89,
- "problem_padding": 2
-}