ste/config.h
2019-11-19 16:37:58 +01:00

6 lines
94 B
C

#ifndef _CONFIG_H_
#define _CONFIG_H_
#define TABSIZE 4 // Tab size as used in render
#endif