config.h 324 B

1234567891011121314151617181920
  1. /**
  2. * config.h for jsonstroller
  3. *
  4. * Author: isundil <isundill@gmail.com>
  5. **/
  6. /**
  7. * Max history to keep in error messages
  8. **/
  9. #ifndef ERROR_HISTORY_LEN
  10. # define ERROR_HISTORY_LEN 45
  11. #endif //ERROR_HISTORY_LEN
  12. /**
  13. * Indent increment (in spaces)
  14. **/
  15. #ifndef INDENT_LEVEL
  16. # define INDENT_LEVEL 4
  17. #endif //INDENT_LEVEL