config.h 234 B

12345678910111213
  1. /**
  2. * config.h for jsonstroller
  3. *
  4. * Author: isundil <isundill@gmail.com>
  5. **/
  6. #ifndef ERROR_HISTORY_LEN
  7. # define ERROR_HISTORY_LEN 45
  8. #endif //ERROR_HISTORY_LEN
  9. #ifndef INDENT_LEVEL
  10. # define INDENT_LEVEL 4
  11. #endif //INDENT_LEVEL