log/config.h
2024-02-17 23:41:59 +00:00

9 lines
126 B
C

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