diff options
author | emkael <emkael@tlen.pl> | 2014-11-07 11:31:30 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-11-07 11:31:30 +0100 |
commit | 3cacae103cc71e7f34932be286e305e5078aa00b (patch) | |
tree | 7d79ea920dec2fda92b8660c254cbf790d2b9a97 /config | |
parent | b6a79c6b48978b45a62f4dd72412c7dbf42bfcd9 (diff) |
* indentation
Diffstat (limited to 'config')
-rw-r--r-- | config/elo.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/elo.json b/config/elo.json index a706656..38a7796 100644 --- a/config/elo.json +++ b/config/elo.json @@ -2,10 +2,10 @@ "initial_ranking": 2000.0, "disparity": 400, "importance": { - "NC_Q": 1.6, - "NC_R": 16, - "C_Q": 3.2, - "C_R": 32 + "NC_Q": 1.6, + "NC_R": 16, + "C_Q": 3.2, + "C_R": 32 }, "importance_threshold": [ 2000, 1800 ] } |