ste/src/config.h

6 lines
94 B
C
Raw Normal View History

2019-11-19 16:37:58 +01:00
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define TABSIZE 4 // Tab size as used in render
#endif