#ifndef CONFIG_H #define CONFIG_H #define VERSION "1.0" #define INDENT_INCREMENT 4 const char *DEFAULT_EXT = ".md"; #endif