PhorkYou / blacken

Automatically exported from code.google.com/p/blacken
1 stars 0 forks source link

Configuration file support #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe use-case:

We need global and local configuration file support.

Ideally we need feature-parity in this regard with libtcod.

Original issue reported on code.google.com by yam...@gmail.com on 6 Jul 2012 at 9:17

GoogleCodeExporter commented 9 years ago
LibTCOD just uses a slight extension to JSON.

We don't need any of this.

For Blacken-specific stuff, we use .properties files. As an example, we'll 
include something that uses one of the popular JSON libraries.

This means that fancy config files are available, but Blacken itself isn't tied 
to any in particular.

Original comment by yam...@gmail.com on 11 Jul 2012 at 3:20