Skip to content

Commit

Permalink
Editor Config added
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover committed Aug 26, 2016
1 parent ad9a80e commit 57b74de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
4 changes: 2 additions & 2 deletions cli.js
Expand Up @@ -4,7 +4,7 @@
* @Author: Manraj Singh
* @Date: 2016-08-24 12:21:30
* @Last Modified by: Manraj Singh
* @Last Modified time: 2016-08-26 20:25:11
* @Last Modified time: 2016-08-26 20:48:21
*/

'use strict';
Expand Down Expand Up @@ -85,4 +85,4 @@ const argv = yargs
})
.help('h')
.alias('h', 'help')
.argv;
.argv;
2 changes: 1 addition & 1 deletion config.json
@@ -1,3 +1,3 @@
{
"API_KEY": ""
}
}
2 changes: 1 addition & 1 deletion league_ids.json
Expand Up @@ -55,4 +55,4 @@
"id": 439,
"caption": "Primeira Liga 2016/17"
}
}
}

0 comments on commit 57b74de

Please sign in to comment.