/** * config.h for jsonstroller * * Author: isundil <isundill@gmail.com> **/ #ifndef ERROR_HISTORY_LEN # define ERROR_HISTORY_LEN 45 #endif //ERROR_HISTORY_LEN #ifndef INDENT_LEVEL # define INDENT_LEVEL 4 #endif //INDENT_LEVEL