10 lines
126 B
C
10 lines
126 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define VERSION "1.0"
|
||
|
#define INDENT_INCREMENT 4
|
||
|
|
||
|
const char *DEFAULT_EXT = ".md";
|
||
|
|
||
|
#endif
|