log/config.h

10 lines
126 B
C
Raw Permalink Normal View History

2024-02-18 00:41:59 +01:00
#ifndef CONFIG_H
#define CONFIG_H
#define VERSION "1.0"
#define INDENT_INCREMENT 4
const char *DEFAULT_EXT = ".md";
#endif